Переглянути джерело

Merge branch 'master' of http://git.cc-lotus.info/zkzx/common

YY 2 роки тому
батько
коміт
b3198dbad7
2 змінених файлів з 1 додано та 7 видалено
  1. 1 6
      .eslintrc.cjs
  2. 0 1
      tsconfig.json

+ 1 - 6
.eslintrc.cjs

@@ -3,12 +3,7 @@ require('@rushstack/eslint-patch/modern-module-resolution')
 
 module.exports = {
   root: true,
-  extends: [
-    'plugin:vue/vue3-essential',
-    'eslint:recommended',
-    '@vue/eslint-config-typescript',
-    '@vue/eslint-config-prettier'
-  ],
+  extends: ['plugin:vue/vue3-essential', 'eslint:recommended', '@vue/eslint-config-typescript', '@vue/eslint-config-prettier'],
   parserOptions: {
     ecmaVersion: 'latest'
   },

+ 0 - 1
tsconfig.json

@@ -23,7 +23,6 @@
       "@common/*": ["../common/*"]
     },
     "isolatedModules": false,
-    "suppressImplicitAnyIndexErrors": true,
     "sourceMap": true,
     "resolveJsonModule": true,
     "esModuleInterop": true,