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