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