eslint-config/src/rules/react/default.json

16 lines
216 B
JSON
Raw Normal View History

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