File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments