eslint-config/src/rules/react/default.json
Valentin Popov 6cef3fc844 Added some react rules
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 11:53:24 +04:00

16 lines
216 B
JSON

{
"react/jsx-boolean-value": [
"error",
"always"
],
"react/jsx-fragments": [
"error",
"element"
],
"react/no-unused-prop-types": [
"warn",
{
"skipShapeProps": false
}
]
}