unpkg/.eslintrc

7 lines
69 B
Plaintext
Raw Normal View History

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