Skip to content

Commit 70939ef

Browse files
committed
chore: fix lint command description
1 parent d40d4b4 commit 70939ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-eslint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = (api, { lintOnSave }) => {
1919
}
2020

2121
api.registerCommand('lint', {
22-
descriptions: 'lint source files',
22+
description: 'lint and fix source files',
2323
usage: 'vue-cli-service lint [options] [...files]',
2424
options: {
2525
'--format [formatter]': 'specify formatter (default: codeframe)',

0 commit comments

Comments
 (0)