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

Commit a20542b

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 573687d commit a20542b

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
@@ -39,8 +39,8 @@
3939
},
4040
"devDependencies": {
4141
"eslint": "^4.3.0",
42-
"eslint-config-airbnb-base": "^11.0.0",
43-
"eslint-plugin-import": "^2.2.0"
42+
"eslint-config-airbnb-base": "^11.3.1",
43+
"eslint-plugin-import": "^2.7.0"
4444
},
4545
"eslintConfig": {
4646
"extends": "airbnb-base",

0 commit comments

Comments
 (0)