Files
rootxwire/.eslintrc.json
2024-07-07 14:31:05 +05:30

9 lines
213 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"
}
}