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 @@ -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' ,
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments