Commit 706d1783 by 杨周龙

优化eslint配置

1 parent 9f700d1f
Showing with 8 additions and 5 deletions
serviceWorker.js
setupTests.js
tag.js
config-overrides.js
reportWebVitals.js
......@@ -29,6 +29,14 @@
"eslintConfig": {
"extends": "react-app"
},
"eslintIgnore": [
"serviceWorker.js",
"setupTests.js",
"tag.js",
"config-overrides.js",
"reportWebVitals.js",
"build/"
],
"browserslist": {
"production": [
">0.2%",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!