diff options
-rw-r--r-- | src/rules/typescript/default.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index f65f761..52da311 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -133,7 +133,7 @@ "error" ], "@typescript-eslint/no-unsafe-member-access": [ - "error" + "warn" ], "@typescript-eslint/no-unsafe-return": [ "error" @@ -167,7 +167,7 @@ "error" ], "@typescript-eslint/prefer-readonly-parameter-types": [ - "error", + "warn", { "checkParameterProperties": true } |