Skip to content

Commit 57815d5

Browse files
committed
ESLint config: fix duplicate key & wrong parameter
1 parent 77bb37f commit 57815d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ module.exports = {
2929
'@typescript-eslint/class-name-casing': 1,
3030
'@typescript-eslint/no-unused-vars': 0,
3131
'@typescript-eslint/explicit-function-return-type': 0,
32-
'@typescript-eslint/no-var-requires': 0,
3332
'handle-callback-err': 1,
3433
'prefer-promise-reject-errors': 0,
35-
'import/no-duplicates': ['warning'],
34+
'import/no-duplicates': 1,
3635
'vue/return-in-computed-property': 1,
3736
'vue/no-use-v-if-with-v-for': 0,
3837
'vue/no-unused-components': 1,

0 commit comments

Comments
 (0)