7 lines
128 B
Text
7 lines
128 B
Text
{
|
|
"extends": ["standard", "standard-react"],
|
|
"rules": {
|
|
"react/prop-types": "off",
|
|
"no-unused-vars": "warn"
|
|
}
|
|
}
|