diff options
Diffstat (limited to 'src/rules/typescript')
-rw-r--r-- | src/rules/typescript/default.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json index 5786671..d8596f5 100644 --- a/src/rules/typescript/default.json +++ b/src/rules/typescript/default.json @@ -39,6 +39,13 @@ "allowSingleExtends": false } ], + "@typescript-eslint/no-explicit-any": [ + "warn", + { + "fixToUnknown": false, + "ignoreRestArgs": false + } + ], "@typescript-eslint/quotes": [ "error", "double", |