unpkg/.eslintrc

7 lines
69 B
Plaintext

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