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

Commit e637b2b

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 95565be commit e637b2b

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
@@ -51,8 +51,8 @@
5151
},
5252
"devDependencies": {
5353
"eslint": "^4.3.0",
54-
"eslint-config-airbnb-base": "^11.1.0",
55-
"eslint-plugin-import": "^2.2.0"
54+
"eslint-config-airbnb-base": "^11.3.1",
55+
"eslint-plugin-import": "^2.7.0"
5656
},
5757
"eslintConfig": {
5858
"rules": {

0 commit comments

Comments
 (0)