unpkg/.eslintrc
2019-10-20 21:55:56 -07:00

7 lines
69 B
Plaintext

{
"extends": "react-app",
"rules": {
"import/first": 0
}
}