Skip to content

Commit 796c376

Browse files
ObjectBoxPChaoqunjiang
authored andcommitted
fix(typescript): fix typo in lint command registration (#3132)
1 parent 2ab93e7 commit 796c376

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-typescript

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module.exports = (api, options) => {
8080

8181
if (!api.hasPlugin('eslint')) {
8282
api.registerCommand('lint', {
83-
descriptions: 'lint source files with TSLint',
83+
description: 'lint source files with TSLint',
8484
usage: 'vue-cli-service lint [options] [...files]',
8585
options: {
8686
'--format [formatter]': 'specify formatter (default: codeFrame)',

0 commit comments

Comments
 (0)