whoops, forgot to enable list replacements

This commit is contained in:
Matthew Griffith 2021-09-25 10:42:02 -04:00
parent c23fb82056
commit c5651cc40c

View File

@ -110,7 +110,7 @@ export function toolDefaults(o3Enabled: boolean, replacements: { string: string
shorthandObjectLiterals: false,
objectUpdate: false,
unusedValues: false,
replaceListFunctions: false,
replaceListFunctions: true,
replaceStringFunctions: false,
recordUpdates: o3Enabled,
v8Analysis: false,