Browse Source

eslint: add webpack*.js files to ignorePatterns

sschmid 4 năm trước cách đây
mục cha
commit
5c596aace6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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",