Skip to content

Commit f028b57

Browse files
flyerhzmmichalsnik
authored andcommitted
add missing urls (#512)
1 parent c7bb1f5 commit f028b57

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: lib/rules/attributes-order.js

+2-1
Original file line numberDiff line numberDiff 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: {

Diff for: lib/rules/prop-name-casing.js

+2-1
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)