Skip to content

Commit 897f6d9

Browse files
committed
feature: putout: default fixCount: 3
1 parent 72b54db commit 897f6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/putout/lib/default-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports.defaultOptions = (opts = {}) => {
99
parser = 'babel',
1010
printer = opts.printer || 'putout',
1111
fix = true,
12-
fixCount = 2,
12+
fixCount = 3,
1313
loadPlugins = loader.loadPlugins,
1414
loadPluginsAsync = loader.loadPluginsAsync,
1515
runPlugins = runner.runPlugins,

0 commit comments

Comments
 (0)