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

Commit 9fd521a

Browse files
committed
🆙 Update to eslint-config-airbnb-base v11.3.2
Also includes an update to `eslint-plugin-import@^2.7.0` to satisfy the `peerDependencies` of `eslint-config-airbnb-base`.
1 parent fc6e50b commit 9fd521a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
},
2020
"ignoredExtensions": {
2121
"type": "array",
22-
"default": ["erb", "md"],
22+
"default": [
23+
"erb",
24+
"md"
25+
],
2326
"items": {
2427
"type": "string"
2528
}
@@ -38,8 +41,8 @@
3841
},
3942
"devDependencies": {
4043
"eslint": "^4.5.0",
41-
"eslint-config-airbnb-base": "^11.1.0",
42-
"eslint-plugin-import": "^2.2.0"
44+
"eslint-config-airbnb-base": "^11.3.2",
45+
"eslint-plugin-import": "^2.7.0"
4346
},
4447
"package-deps": [
4548
"linter"

0 commit comments

Comments
 (0)