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

Commit 0531c16

Browse files
committed
Update to eslint-config-airbnb-base v11.3.1
Also includes an update to `eslint-plugin-import@^2.7.0` to satisfy the `peerDependencies` of `eslint-config-airbnb-base`.
1 parent c2af712 commit 0531c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"coffeelint": "^1.14.2",
4040
"eslint": "^4.3.0",
41-
"eslint-config-airbnb-base": "^11.0.1",
42-
"eslint-plugin-import": "^2.2.0"
41+
"eslint-config-airbnb-base": "^11.3.1",
42+
"eslint-plugin-import": "^2.7.0"
4343
},
4444
"eslintConfig": {
4545
"extends": "airbnb-base",

0 commit comments

Comments
 (0)