Skip to content

Commit 867c0af

Browse files
waynzhFloEdelmann
andauthored
Update lib/rules/no-import-compiler-macros.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 156b8bf commit 867c0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-import-compiler-macros.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
meta: {
3232
type: 'problem',
3333
docs: {
34-
description: 'disallow importing vue compiler macros',
34+
description: 'disallow importing Vue compiler macros',
3535
categories: undefined,
3636
url: 'https://eslint.vuejs.org/rules/no-import-compiler-macros.html'
3737
},

0 commit comments

Comments
 (0)