Skip to content

Commit 8fd7ab8

Browse files
authored
chore: Update uncategorized rules' categories (#651)
1 parent 0fd0f7b commit 8fd7ab8

5 files changed

+5
-5
lines changed

Diff for: lib/rules/component-name-in-template-casing.js

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

Diff for: lib/rules/multiline-html-element-content-newline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151
meta: {
5252
docs: {
5353
description: 'require a line break before and after the contents of a multiline element',
54-
category: undefined,
54+
category: 'strongly-recommended',
5555
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.4/docs/rules/multiline-html-element-content-newline.md'
5656
},
5757
fixable: 'whitespace',

Diff for: lib/rules/no-spaces-around-equal-signs-in-attribute.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
meta: {
1919
docs: {
2020
description: 'disallow spaces around equal signs in attribute',
21-
category: undefined,
21+
category: 'strongly-recommended',
2222
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.4/docs/rules/no-spaces-around-equal-signs-in-attribute.md'
2323
},
2424
fixable: 'whitespace',

Diff for: lib/rules/singleline-html-element-content-newline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
meta: {
4747
docs: {
4848
description: 'require a line break before and after the contents of a singleline element',
49-
category: undefined,
49+
category: 'strongly-recommended',
5050
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.4/docs/rules/singleline-html-element-content-newline.md'
5151
},
5252
fixable: 'whitespace',

Diff for: lib/rules/use-v-on-exact.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
meta: {
1919
docs: {
2020
description: 'enforce usage of `exact` modifier on `v-on`',
21-
category: undefined, // essential
21+
category: 'essential',
2222
url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v5.0.0-beta.4/docs/rules/use-v-on-exact.md'
2323
},
2424
fixable: null,

0 commit comments

Comments
 (0)