PropTypes and refactoring

This commit is contained in:
2021-05-04 19:22:45 -05:00
parent 811f022229
commit ace51f61d1
30 changed files with 491 additions and 279 deletions

View File

@@ -25,9 +25,6 @@
"jest"
],
"rules": {
"prettier/prettier": "warn",
"react/prop-types": "warn",
"no-prototype-builtins": "warn",
"react/no-string-refs": "warn"
"prettier/prettier": "warn"
}
}