Skip to content

Commit f26013f

Browse files
authored
fix(cli): align --skip-lint to skipLint (#315)
1 parent 18024ce commit f26013f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/commands/generate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default {
108108
},
109109
},
110110
skipLint: {
111-
flags: ['--no-lint'],
111+
flags: ['--skip-lint'],
112112
desc: 'Skip lint before generate',
113113
prompt: {
114114
type: 'confirm',

0 commit comments

Comments
 (0)