File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ module.exports = {
108108 meta : {
109109 docs : {
110110 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'
112113 } ,
113114 fixable : 'code' ,
114115 schema : {
Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ module.exports = {
9090 meta : {
9191 docs : {
9292 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'
9495 } ,
9596 fixable : 'code' , // null or "code" or "whitespace"
9697 schema : [
You can’t perform that action at this time.
0 commit comments