Add eqeqeq eslint rule (#276)
This commit is contained in:
Родитель
483080273d
Коммит
5f050da8fc
|
@ -13,6 +13,7 @@ extends:
|
|||
- plugin:@typescript-eslint/recommended
|
||||
rules:
|
||||
no-console: warn
|
||||
eqeqeq: [warn, always, { null: "ignore" }]
|
||||
|
||||
"@typescript-eslint/no-empty-interface": off
|
||||
"@typescript-eslint/no-unused-vars": off
|
||||
|
|
Загрузка…
Ссылка в новой задаче