aboutsummaryrefslogtreecommitdiff
path: root/src/rules/typescript/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/typescript/default.json')
-rw-r--r--src/rules/typescript/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rules/typescript/default.json b/src/rules/typescript/default.json
index a580318..fe556bc 100644
--- a/src/rules/typescript/default.json
+++ b/src/rules/typescript/default.json
@@ -80,7 +80,7 @@
"@typescript-eslint/no-explicit-any": [
"warn",
{
- "fixToUnknown": false,
+ "fixToUnknown": true,
"ignoreRestArgs": false
}
],