unpkg/.eslintrc

7 lines
69 B
Plaintext
Raw Permalink Normal View History

{
2019-10-20 21:55:56 -07:00
"extends": "react-app",
"rules": {
2019-10-20 21:55:56 -07:00
"import/first": 0
}
}