Skip to content

Commit a719185

Browse files
authored
Bump lint config versions for eslint 5 (#500)
Fixes deprecation warning upon lint
1 parent c9ccd7b commit a719185

File tree

3 files changed

+48
-20
lines changed

3 files changed

+48
-20
lines changed

.eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"func-names": 0,
1212
"import/no-extraneous-dependencies": [2, { "devDependencies": true }],
1313
"import/prefer-default-export": 0,
14-
"import/no-dynamic-require": 0
14+
"import/no-dynamic-require": 0,
15+
"operator-linebreak": 0,
16+
"implicit-arrow-linebreak": 0
1517
}
1618
}

package-lock.json

+43-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"chai": "^4.2.0",
5757
"coveralls": "^3.0.4",
5858
"eslint": "^5.16.0",
59-
"eslint-config-airbnb-base": "^12.0.1",
60-
"eslint-plugin-import": "^2.17.3",
59+
"eslint-config-airbnb-base": "^13.2.0",
60+
"eslint-plugin-import": "^2.18.2",
6161
"mocha": "^6.1.4",
6262
"nyc": "^14.1.1",
6363
"sinon": "^4.5.0",

0 commit comments

Comments
 (0)