diff --git a/package.json b/package.json index 5cac67037..dabd99367 100644 --- a/package.json +++ b/package.json @@ -1236,10 +1236,12 @@ "lambdaExpression", "switchExpression", "tryWithResource", - "renameFile" + "renameFileToType" ] }, - "default": ["renameFile"], + "default": [ + "renameFileToType" + ], "scope": "window", "order": 10 },