Browse Source

eslint ignore vite.config.ts

Michael Wang 3 years ago
parent
commit
a344b7f674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -42,7 +42,7 @@ module.exports = {
     "vue/v-on-event-hyphenation": ["error", "never", { autofix: true }],
     "vue/no-v-html": "off",
   },
-  ignorePatterns: [".eslintrc.js", "src/test"],
+  ignorePatterns: [".eslintrc.js", "vite.config.ts", "src/test"],
   overrides: [
     {
       files: ["src/**/**.vue"],