Skip to content

Commit f9681a7

Browse files
authored
Merge pull request #5837 from PawFV/fix/eslint-config
ESLint config: fix duplicate key & wrong prop/value
2 parents 77bb37f + 57815d5 commit f9681a7

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)