Remove usage of == and !=
This commit is contained in:
@@ -23,6 +23,7 @@ export default [
|
||||
destructuredArrayIgnorePattern: "^_",
|
||||
}],
|
||||
"no-var": "error",
|
||||
"eqeqeq": "error",
|
||||
"@stylistic/js/indent": ["warn", "tab"],
|
||||
"@stylistic/js/quotes": ["warn", "double"],
|
||||
"@stylistic/js/semi": "warn",
|
||||
|
||||
Reference in New Issue
Block a user