first commit
This commit is contained in:
9
.eslintrc.json
Normal file
9
.eslintrc.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user