We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156b8bf commit 867c0afCopy full SHA for 867c0af
lib/rules/no-import-compiler-macros.js
@@ -31,7 +31,7 @@ module.exports = {
31
meta: {
32
type: 'problem',
33
docs: {
34
- description: 'disallow importing vue compiler macros',
+ description: 'disallow importing Vue compiler macros',
35
categories: undefined,
36
url: 'https://eslint.vuejs.org/rules/no-import-compiler-macros.html'
37
},
0 commit comments