Преглед на файлове

eslint: add webpack*.js files to ignorePatterns

sschmid преди 4 години
родител
ревизия
5c596aace6
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -37,6 +37,7 @@ module.exports = {
           }
         }
     ],
+    "ignorePatterns": ["webpack*.js"],
     "rules": {
         "@typescript-eslint/dot-notation": "error",
         "@typescript-eslint/explicit-function-return-type": "error",