Skip to content

Commit b1346cd

Browse files
authored
Fix: move component-name-in-template-casing rule to uncategorized (#703)
1 parent 21f8a43 commit b1346cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/component-name-in-template-casing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
type: 'suggestion',
2424
docs: {
2525
description: 'enforce specific casing for the component naming style in template',
26-
category: 'strongly-recommended',
26+
category: undefined,
2727
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/component-name-in-template-casing.md'
2828
},
2929
fixable: 'code',

0 commit comments

Comments
 (0)