Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Cleanup ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jan 7, 2017
1 parent d2cd372 commit 9665d31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -5,7 +5,7 @@
* for that, however as this comes from app.asar it is pre-compiled and is
* essentially "free" as there is no expensive compilation step.
*/
// eslint-disable-next-line import/extensions
// eslint-disable-next-line import/extensions, import/no-extraneous-dependencies
import { CompositeDisposable } from 'atom';

const lazyReq = require('lazy-req')(require);
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -71,7 +71,6 @@
"never"
],
"global-require": "off",
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": [
"error",
{
Expand All @@ -86,7 +85,6 @@
"atom": true
},
"env": {
"es6": true,
"node": true,
"browser": true
}
Expand Down

0 comments on commit 9665d31

Please sign in to comment.