feat(eslint): Rule "eqeqeq"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"eqeqeq": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Reference in New Issue
Block a user