feat(eslint): Rule "eqeqeq"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
020e6eabcc
commit
257f898e4b
@ -32,7 +32,7 @@
|
||||
- [ ] "dot-location"
|
||||
- [ ] "dot-notation"
|
||||
- [X] "eol-last"
|
||||
- [ ] "eqeqeq"
|
||||
- [X] "eqeqeq"
|
||||
- [ ] "for-direction"
|
||||
- [ ] "func-call-spacing"
|
||||
- [ ] "func-name-matching"
|
||||
|
@ -7,6 +7,10 @@
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"eqeqeq": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user