You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
describe: 'Whether to say when a file is being fixed',
type: 'boolean',
})
.option('fix-on-startup', {
default: false,
describe: 'Whether to fix all the matching files immediately',
type: 'boolean',
})
.epilogue('[globs-to-watch] are file globs you want to watch for changes.\nDefaults to "./**/*.js".\n(You probably want to enclose these in quotes unless you want the shell to expand them before watching.)')