mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: ignore webpack from eslint
This commit is contained in:
parent
3ce088cf7b
commit
b0c54b84ec
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
"plugin:react-hooks/recommended"
|
||||
],
|
||||
"ignorePatterns": [
|
||||
"webpack.config.js",
|
||||
"*jest*",
|
||||
"scripts"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue