Skip to content

Commit 1a02f88

Browse files
committed
1 parent c68e88e commit 1a02f88

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
@@ -211,6 +211,8 @@ module.exports = {
211211
],
212212
'no-array-constructor': 'off',
213213
'@typescript-eslint/no-array-constructor': 'error',
214+
'no-dupe-class-members': 'off',
215+
'@typescript-eslint/no-dupe-class-members': 'error',
214216
'@typescript-eslint/no-dynamic-delete': 'error',
215217
'no-empty-function': 'off',
216218
'@typescript-eslint/no-empty-function': 'error',

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"simple"
4444
],
4545
"devDependencies": {
46-
"@typescript-eslint/eslint-plugin": "^2.18.0",
47-
"@typescript-eslint/parser": "^2.18.0",
46+
"@typescript-eslint/eslint-plugin": "^2.19.0",
47+
"@typescript-eslint/parser": "^2.19.0",
4848
"ava": "^2.4.0",
4949
"eslint": "^6.8.0",
5050
"temp-write": "^4.0.0",
5151
"typescript": "^3.7.5"
5252
},
5353
"peerDependencies": {
54-
"@typescript-eslint/eslint-plugin": ">=2.18.0",
54+
"@typescript-eslint/eslint-plugin": ">=2.19.0",
5555
"eslint": ">=6.6.0",
5656
"typescript": ">=3.5.3"
5757
}

0 commit comments

Comments
 (0)