9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": ["react-app"],
|
|
"rules": {
|
|
"no-console": "warn",
|
|
"no-unused-vars": "warn",
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|