File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ module.exports = {
108
108
meta : {
109
109
docs : {
110
110
description : 'enforce order of attributes' ,
111
- category : 'recommended'
111
+ category : 'recommended' ,
112
+ url : 'https://github.com/vuejs/eslint-plugin-vue/blob/v4.5.0/docs/rules/attributes-order.md'
112
113
} ,
113
114
fixable : 'code' ,
114
115
schema : {
Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ module.exports = {
90
90
meta : {
91
91
docs : {
92
92
description : 'enforce specific casing for the Prop name in Vue components' ,
93
- category : undefined // 'strongly-recommended'
93
+ category : undefined , // 'strongly-recommended'
94
+ url : 'https://github.com/vuejs/eslint-plugin-vue/blob/v4.5.0/docs/rules/prop-name-casing.md'
94
95
} ,
95
96
fixable : 'code' , // null or "code" or "whitespace"
96
97
schema : [
You can’t perform that action at this time.
0 commit comments