Commit 357beabaebaa8ef3547a32693e61336726819d3a

Authored by Kirk Lin
Committed by GitHub
1 parent 7469312f

fix: an object literal cannot have multiple properties with the same name. (#2682)

internal/eslint-config/src/index.ts
@@ -67,7 +67,6 @@ export default { @@ -67,7 +67,6 @@ export default {
67 '@typescript-eslint/ban-types': 'off', 67 '@typescript-eslint/ban-types': 'off',
68 '@typescript-eslint/no-non-null-assertion': 'off', 68 '@typescript-eslint/no-non-null-assertion': 'off',
69 '@typescript-eslint/explicit-module-boundary-types': 'off', 69 '@typescript-eslint/explicit-module-boundary-types': 'off',
70 - '@typescript-eslint/no-unused-vars': 'off',  
71 'vue/script-setup-uses-vars': 'error', 70 'vue/script-setup-uses-vars': 'error',
72 'vue/no-reserved-component-names': 'off', 71 'vue/no-reserved-component-names': 'off',
73 'vue/custom-event-name-casing': 'off', 72 'vue/custom-event-name-casing': 'off',