Browse Source

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

pull/2688/head
Kirk Lin 3 years ago
committed by GitHub
parent
commit
357beabaeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      internal/eslint-config/src/index.ts

1
internal/eslint-config/src/index.ts

@ -67,7 +67,6 @@ export default {
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'vue/script-setup-uses-vars': 'error',
'vue/no-reserved-component-names': 'off',
'vue/custom-event-name-casing': 'off',

Loading…
Cancel
Save