Explorar el Código

eslint: add webpack*.js files to ignorePatterns

sschmid hace 4 años
padre
commit
5c596aace6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",