feat(eslint): space-infix-ops

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-14 21:17:28 +04:00
parent a2f1c52972
commit 7adf510a94
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 7 additions and 1 deletions

View File

@ -263,7 +263,7 @@
- [X] "space-before-blocks" - [X] "space-before-blocks"
- [X] "space-before-function-paren" - [X] "space-before-function-paren"
- [ ] "space-in-parens" - [ ] "space-in-parens"
- [ ] "space-infix-ops" - [X] "space-infix-ops"
- [ ] "space-unary-ops" - [ ] "space-unary-ops"
- [ ] "spaced-comment" - [ ] "spaced-comment"
- [X] "strict" - [X] "strict"

View File

@ -604,6 +604,12 @@
"named": "never" "named": "never"
} }
], ],
"space-infix-ops": [
"error",
{
"int32Hint": false
}
],
"strict": [ "strict": [
"error", "error",
"safe" "safe"