Skip to content

Commit 7fde487

Browse files
committed
chore: fix linting problems
1 parent 38d68d8 commit 7fde487

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: tools/lib/categories.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const categoryTitles = {
1111
base: {
1212
text: 'Base Rules (Enabling Correct ESLint Parsing)'
1313
},
14-
'essential': {
14+
essential: {
1515
text: 'Priority A: Essential (Error Prevention) for Vue.js 3.x'
1616
},
1717
'strongly-recommended': {
1818
text: 'Priority B: Strongly Recommended (Improving Readability) for Vue.js 3.x'
1919
},
20-
'recommended': {
20+
recommended: {
2121
text: 'Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead) for Vue.js 3.x'
2222
},
2323
'use-with-caution': {
@@ -32,7 +32,7 @@ const categoryTitles = {
3232
'vue2-recommended': {
3333
text: 'Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead) for Vue.js 2.x'
3434
},
35-
'use-with-caution': {
35+
'vue2-use-with-caution': {
3636
text: 'Priority D: Use with Caution (Potentially Dangerous Patterns) for Vue.js 2.x'
3737
}
3838
}

0 commit comments

Comments
 (0)