eslint: Follow @typescript-eslint/no-parameter-properties rule rename.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-07-21 14:20:54 -07:00 committed by Anders Kaseorg
parent 9570ced462
commit b9cd8de822
1 changed files with 1 additions and 1 deletions

View File

@ -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"