Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
remove no-ide and max-len-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neculau (anu) committed Mar 14, 2018
1 parent 3dc5a08 commit 6c84453
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 42 deletions.
5 changes: 2 additions & 3 deletions browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
'./configs/import.js',
'./configs/lodash.js',
'./configs/no-null.js',
'./configs/max-len-2.js',
'./configs/browser.js',
'./no-ide.js' // REMOVE after https://github.com/eslint/eslint/issues/7549

'./configs/browser.js'
]
};
13 changes: 0 additions & 13 deletions configs/max-len-2.js

This file was deleted.

22 changes: 0 additions & 22 deletions no-ide.js

This file was deleted.

5 changes: 2 additions & 3 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ module.exports = {
'./configs/import.js',
'./configs/lodash.js',
'./configs/no-null.js',
'./configs/max-len-2.js',
'./configs/node.js',
'./no-ide.js' // REMOVE after https://github.com/eslint/eslint/issues/7549

'./configs/node.js'
]
};
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"eslint-plugin-jest": "^21.13.0",
"eslint-plugin-lodash": "^2.6.1",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-max-len-2": "^0.0.5",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-firecloud": "git://github.com/tobiipro/eslint-plugin-firecloud.git#semver:~0.1.0"
},
Expand Down

0 comments on commit 6c84453

Please sign in to comment.