Skip to content

Commit

Permalink
Fix: move component-name-in-template-casing rule to uncategorized (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 30, 2018
1 parent 21f8a43 commit b1346cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/component-name-in-template-casing.js
Expand Up @@ -23,7 +23,7 @@ module.exports = {
type: 'suggestion',
docs: {
description: 'enforce specific casing for the component naming style in template',
category: 'strongly-recommended',
category: undefined,
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0/docs/rules/component-name-in-template-casing.md'
},
fixable: 'code',
Expand Down

0 comments on commit b1346cd

Please sign in to comment.