Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b2852a

Browse files
committedDec 4, 2018
Chore: move component-name-in-template-casing rule to uncategorized
1 parent 9fdf8e0 commit 0b2852a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.