mirror of https://github.com/zulip/zulip.git
eslint: Enable @typescript-eslint/strict-type-checked config.
https://typescript-eslint.io/linting/configs/#strict-type-checked Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
cbe227af6f
commit
8f3e5e1b6b
|
@ -150,9 +150,7 @@
|
|||
{
|
||||
"files": ["**/*.ts"],
|
||||
"extends": [
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:@typescript-eslint/recommended-requiring-type-checking",
|
||||
"plugin:@typescript-eslint/strict",
|
||||
"plugin:@typescript-eslint/strict-type-checked",
|
||||
"plugin:import/typescript"
|
||||
],
|
||||
"parserOptions": {
|
||||
|
|
Loading…
Reference in New Issue