Commit 357beabaebaa8ef3547a32693e61336726819d3a
Committed by
GitHub
1 parent
7469312f
fix: an object literal cannot have multiple properties with the same name. (#2682)
Showing
1 changed file
with
0 additions
and
1 deletions
internal/eslint-config/src/index.ts
... | ... | @@ -67,7 +67,6 @@ export default { |
67 | 67 | '@typescript-eslint/ban-types': 'off', |
68 | 68 | '@typescript-eslint/no-non-null-assertion': 'off', |
69 | 69 | '@typescript-eslint/explicit-module-boundary-types': 'off', |
70 | - '@typescript-eslint/no-unused-vars': 'off', | |
71 | 70 | 'vue/script-setup-uses-vars': 'error', |
72 | 71 | 'vue/no-reserved-component-names': 'off', |
73 | 72 | 'vue/custom-event-name-casing': 'off', | ... | ... |