2024-09-09 14:29:40 -07:00

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"
}
}