mirror of https://github.com/zulip/zulip.git
eslint: Follow @typescript-eslint/no-parameter-properties rule rename.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
9570ced462
commit
b9cd8de822
|
@ -179,7 +179,6 @@
|
||||||
],
|
],
|
||||||
"@typescript-eslint/member-ordering": "error",
|
"@typescript-eslint/member-ordering": "error",
|
||||||
"@typescript-eslint/no-non-null-assertion": "off",
|
"@typescript-eslint/no-non-null-assertion": "off",
|
||||||
"@typescript-eslint/no-parameter-properties": "error",
|
|
||||||
"@typescript-eslint/no-unnecessary-condition": "off",
|
"@typescript-eslint/no-unnecessary-condition": "off",
|
||||||
"@typescript-eslint/no-unnecessary-qualifier": "error",
|
"@typescript-eslint/no-unnecessary-qualifier": "error",
|
||||||
"@typescript-eslint/no-unsafe-argument": "off",
|
"@typescript-eslint/no-unsafe-argument": "off",
|
||||||
|
@ -192,6 +191,7 @@
|
||||||
{"args": "all", "argsIgnorePattern": "^_", "ignoreRestSiblings": true}
|
{"args": "all", "argsIgnorePattern": "^_", "ignoreRestSiblings": true}
|
||||||
],
|
],
|
||||||
"@typescript-eslint/no-use-before-define": ["error", {"functions": false}],
|
"@typescript-eslint/no-use-before-define": ["error", {"functions": false}],
|
||||||
|
"@typescript-eslint/parameter-properties": "error",
|
||||||
"@typescript-eslint/promise-function-async": "error",
|
"@typescript-eslint/promise-function-async": "error",
|
||||||
"import/no-cycle": "error",
|
"import/no-cycle": "error",
|
||||||
"no-undef": "error"
|
"no-undef": "error"
|
||||||
|
|
Loading…
Reference in New Issue