feat(eslint): space-infix-ops
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a2f1c52972
commit
7adf510a94
@ -263,7 +263,7 @@
|
||||
- [X] "space-before-blocks"
|
||||
- [X] "space-before-function-paren"
|
||||
- [ ] "space-in-parens"
|
||||
- [ ] "space-infix-ops"
|
||||
- [X] "space-infix-ops"
|
||||
- [ ] "space-unary-ops"
|
||||
- [ ] "spaced-comment"
|
||||
- [X] "strict"
|
||||
|
@ -604,6 +604,12 @@
|
||||
"named": "never"
|
||||
}
|
||||
],
|
||||
"space-infix-ops": [
|
||||
"error",
|
||||
{
|
||||
"int32Hint": false
|
||||
}
|
||||
],
|
||||
"strict": [
|
||||
"error",
|
||||
"safe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user