File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ const categoryTitles = {
11
11
base : {
12
12
text : 'Base Rules (Enabling Correct ESLint Parsing)'
13
13
} ,
14
- ' essential' : {
14
+ essential : {
15
15
text : 'Priority A: Essential (Error Prevention) for Vue.js 3.x'
16
16
} ,
17
17
'strongly-recommended' : {
18
18
text : 'Priority B: Strongly Recommended (Improving Readability) for Vue.js 3.x'
19
19
} ,
20
- ' recommended' : {
20
+ recommended : {
21
21
text : 'Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead) for Vue.js 3.x'
22
22
} ,
23
23
'use-with-caution' : {
@@ -32,7 +32,7 @@ const categoryTitles = {
32
32
'vue2-recommended' : {
33
33
text : 'Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead) for Vue.js 2.x'
34
34
} ,
35
- 'use-with-caution' : {
35
+ 'vue2- use-with-caution' : {
36
36
text : 'Priority D: Use with Caution (Potentially Dangerous Patterns) for Vue.js 2.x'
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments