We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab93e7 commit 796c376Copy full SHA for 796c376
packages/@vue/cli-plugin-typescript/index.js
@@ -80,7 +80,7 @@ module.exports = (api, options) => {
80
81
if (!api.hasPlugin('eslint')) {
82
api.registerCommand('lint', {
83
- descriptions: 'lint source files with TSLint',
+ description: 'lint source files with TSLint',
84
usage: 'vue-cli-service lint [options] [...files]',
85
options: {
86
'--format [formatter]': 'specify formatter (default: codeFrame)',
0 commit comments