9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"extends": "react-app",
|
|
"rules": {
|
|
"react/style-prop-object": "off",
|
|
"jsx-a11y/anchor-is-valid": "off",
|
|
"jsx-a11y/heading-has-content": "off",
|
|
"jsx-a11y/iframe-has-title": "off"
|
|
}
|
|
} |