Skip to content

Commit 10a9e9b

Browse files
Merge pull request #62 from hipstersmoothie/renovate/eslint-plugin-import-2.x
Update dependency eslint-plugin-import to v2.20.2
2 parents 9d2ce22 + 2012c22 commit 10a9e9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"rules": {
2323
"@typescript-eslint/explicit-function-return-type": 0,
2424
"@typescript-eslint/camelcase": 0,
25-
"complexity": 0
25+
"complexity": 0,
26+
"import/extensions": 0
2627
}
2728
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-config-airbnb-base": "14.1.0",
5050
"eslint-config-prettier": "6.11.0",
5151
"eslint-config-xo": "0.29.1",
52-
"eslint-plugin-import": "2.18.2",
52+
"eslint-plugin-import": "2.20.2",
5353
"eslint-plugin-jsdoc": "25.2.0",
5454
"eslint-plugin-jsx-a11y": "6.2.3",
5555
"eslint-plugin-prettier": "3.1.3",

0 commit comments

Comments
 (0)