Added some react rules
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1 +1,16 @@
|
||||
{}
|
||||
{
|
||||
"react/jsx-boolean-value": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"react/jsx-fragments": [
|
||||
"error",
|
||||
"element"
|
||||
],
|
||||
"react/no-unused-prop-types": [
|
||||
"warn",
|
||||
{
|
||||
"skipShapeProps": false
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user