removed unnecessary rules from .eslintrc
This commit is contained in:
parent
251f8b2666
commit
a4677b19c2
1 changed files with 1 additions and 22 deletions
|
@ -26,27 +26,6 @@
|
||||||
"@typescript-eslint/no-empty-interface": "off",
|
"@typescript-eslint/no-empty-interface": "off",
|
||||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||||
"react/jsx-uses-vars": "error",
|
"react/jsx-uses-vars": "error",
|
||||||
"react/no-unknown-property": [
|
"react/react-in-jsx-scope": ["off"]
|
||||||
"error",
|
|
||||||
{
|
|
||||||
"ignore": [
|
|
||||||
"class",
|
|
||||||
"onclick",
|
|
||||||
"onload",
|
|
||||||
"onsubmit",
|
|
||||||
"crossorigin"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"react/react-in-jsx-scope": ["off"],
|
|
||||||
"react/prop-types": ["off"],
|
|
||||||
"react/display-name": ["off"],
|
|
||||||
"react/jsx-key": ["off"],
|
|
||||||
"react/jsx-no-target-blank": [
|
|
||||||
"error",
|
|
||||||
{
|
|
||||||
"allowReferrer": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue