This website requires JavaScript.
Explore
Help
Register
Sign In
186526
/
unpkg
Watch
1
Star
0
Fork
You've already forked unpkg
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
unpkg
/
.eslintrc
7 lines
69 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Remove CRA stuff, revert to custom webpack config
2017-12-14 16:21:45 +00:00
{
Use eslint-config-react-app
2019-10-21 04:55:56 +00:00
"extends": "react-app",
Remove CRA stuff, revert to custom webpack config
2017-12-14 16:21:45 +00:00
"rules": {
Use eslint-config-react-app
2019-10-21 04:55:56 +00:00
"import/first": 0
Remove CRA stuff, revert to custom webpack config
2017-12-14 16:21:45 +00:00
}
}