diff options
Diffstat (limited to 'FrontEnd/.eslintignore')
-rw-r--r-- | FrontEnd/.eslintignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/.eslintignore b/FrontEnd/.eslintignore index f29f7466..f4f28252 100644 --- a/FrontEnd/.eslintignore +++ b/FrontEnd/.eslintignore @@ -1,6 +1,6 @@ .yarn
node_modules
dist
-webpack.*.js
.eslintrc.js
postcss.config.js
+vite.config.js
|