소스 검색

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

Kirk Lin 2 년 전
부모
커밋
357beabaeb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      internal/eslint-config/src/index.ts

+ 0 - 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',