Revert inputProps things

This commit is contained in:
binwiederhier 2023-05-24 21:32:15 -04:00
parent 1251a4adab
commit b7c121e78e
7 changed files with 33 additions and 22 deletions

View file

@ -20,6 +20,12 @@
"react/destructuring-assignment": "off",
"react/jsx-no-useless-fragment": "off",
"react/jsx-props-no-spreading": "off",
"react/jsx-no-duplicate-props": [
"error",
{
"ignoreCase": false // For <TextField>'s [iI]nputProps
}
],
"react/function-component-definition": [
"error",
{