feat(eslint): space-infix-ops
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -604,6 +604,12 @@
|
||||
"named": "never"
|
||||
}
|
||||
],
|
||||
"space-infix-ops": [
|
||||
"error",
|
||||
{
|
||||
"int32Hint": false
|
||||
}
|
||||
],
|
||||
"strict": [
|
||||
"error",
|
||||
"safe"
|
||||
|
Reference in New Issue
Block a user