Skip to content

Commit 924e4ed

Browse files
committed
1 parent f5e34cc commit 924e4ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ module.exports = {
253253
'@typescript-eslint/no-array-constructor': 'error',
254254
'no-dupe-class-members': 'off',
255255
'@typescript-eslint/no-dupe-class-members': 'error',
256+
'no-duplicate-imports': 'off',
257+
'@typescript-eslint/no-duplicate-imports': 'error',
256258
'@typescript-eslint/no-dynamic-delete': 'error',
257259
'no-empty-function': 'off',
258260
'@typescript-eslint/no-empty-function': 'error',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"simple"
4545
],
4646
"devDependencies": {
47-
"@typescript-eslint/eslint-plugin": "^4.2.0",
48-
"@typescript-eslint/parser": "^4.2.0",
47+
"@typescript-eslint/eslint-plugin": "^4.4.0",
48+
"@typescript-eslint/parser": "^4.4.0",
4949
"ava": "^2.4.0",
5050
"eslint": "^7.8.1",
5151
"temp-write": "^4.0.0",
5252
"typescript": "^4.0.2"
5353
},
5454
"peerDependencies": {
55-
"@typescript-eslint/eslint-plugin": ">=4.2.0",
55+
"@typescript-eslint/eslint-plugin": ">=4.4.0",
5656
"eslint": ">=7.8.0",
5757
"typescript": ">=3.6.0"
5858
}

0 commit comments

Comments
 (0)