Skip to content

Commit 402fe2a

Browse files
author
薛定谔的猫
committed
Chore: fix rule no-unused-vars description
1 parent 43c3f3a commit 402fe2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rules/no-unused-vars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview warn variable definitions of v-for directives or scope attributes if those are not used.
2+
* @fileoverview disallow unused variable definitions of v-for directives or scope attributes.
33
* @author 薛定谔的猫<[email protected]>
44
*/
55
'use strict'
@@ -37,7 +37,7 @@ module.exports = {
3737
create,
3838
meta: {
3939
docs: {
40-
description: 'warn variable definitions of v-for directives or scope attributes if those are not used',
40+
description: 'disallow unused variable definitions of v-for directives or scope attributes',
4141
category: 'Possible Errors',
4242
recommended: false
4343
},

0 commit comments

Comments
 (0)