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 43c3f3a commit fd18a33Copy full SHA for fd18a33
lib/rules/no-unused-vars.js
@@ -1,5 +1,5 @@
1
/**
2
- * @fileoverview warn variable definitions of v-for directives or scope attributes if those are not used.
+ * @fileoverview disallow used variable definitions of v-for directives or scope attributes.
3
* @author 薛定谔的猫<[email protected]>
4
*/
5
'use strict'
@@ -37,7 +37,7 @@ module.exports = {
37
create,
38
meta: {
39
docs: {
40
- description: 'warn variable definitions of v-for directives or scope attributes if those are not used',
+ description: 'disallow used variable definitions of v-for directives or scope attributes',
41
category: 'Possible Errors',
42
recommended: false
43
},
0 commit comments