chore: ignore webpack from eslint

This commit is contained in:
EnixCoda 2022-07-04 21:51:59 +08:00
parent 3ce088cf7b
commit b0c54b84ec

View file

@ -111,6 +111,7 @@
"plugin:react-hooks/recommended"
],
"ignorePatterns": [
"webpack.config.js",
"*jest*",
"scripts"
],