mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 00:28:25 -05:00
[eslint config] [base] [deps] update eslint
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"babel-preset-airbnb": "^2.2.3",
|
||||
"babel-tape-runner": "^2.0.1",
|
||||
"editorconfig-tools": "^0.1.1",
|
||||
"eslint": "^3.17.1",
|
||||
"eslint": "^3.18.0",
|
||||
"eslint-find-rules": "^1.14.3",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"in-publish": "^2.0.0",
|
||||
@@ -57,7 +57,7 @@
|
||||
"tape": "^4.6.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"eslint": "^3.17.1",
|
||||
"eslint": "^3.18.0",
|
||||
"eslint-plugin-import": "^2.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -234,6 +234,7 @@ module.exports = {
|
||||
'no-unused-expressions': ['error', {
|
||||
allowShortCircuit: false,
|
||||
allowTernary: false,
|
||||
allowTaggedTemplates: false,
|
||||
}],
|
||||
|
||||
// disallow unused labels
|
||||
|
||||
Reference in New Issue
Block a user