feat(eslint): Rule "curly"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -55,6 +55,10 @@
|
||||
"exceptions": {}
|
||||
}
|
||||
],
|
||||
"curly": [
|
||||
"error",
|
||||
"all"
|
||||
],
|
||||
"dot-notation": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user