Skip to content

Commit 29a42bf

Browse files
waynzhFloEdelmann
andauthored
Update lib/rules/restricted-component-names.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 902db38 commit 29a42bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/restricted-component-names.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
meta: {
4747
type: 'problem',
4848
docs: {
49-
description: 'enforce using only specific in component names',
49+
description: 'enforce using only specific component names',
5050
categories: undefined,
5151
url: 'https://eslint.vuejs.org/rules/restricted-component-names.html'
5252
},

0 commit comments

Comments
 (0)