diff --git a/lib/rules/attributes-order.js b/lib/rules/attributes-order.js index 0ae63b95a..04a5f7717 100644 --- a/lib/rules/attributes-order.js +++ b/lib/rules/attributes-order.js @@ -108,7 +108,8 @@ module.exports = { meta: { docs: { description: 'enforce order of attributes', - category: 'recommended' + category: 'recommended', + url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v4.5.0/docs/rules/attributes-order.md' }, fixable: 'code', schema: { diff --git a/lib/rules/prop-name-casing.js b/lib/rules/prop-name-casing.js index 90d9ca2f1..a728a6cf4 100644 --- a/lib/rules/prop-name-casing.js +++ b/lib/rules/prop-name-casing.js @@ -90,7 +90,8 @@ module.exports = { meta: { docs: { description: 'enforce specific casing for the Prop name in Vue components', - category: undefined // 'strongly-recommended' + category: undefined, // 'strongly-recommended' + url: 'https://github.com/vuejs/eslint-plugin-vue/blob/v4.5.0/docs/rules/prop-name-casing.md' }, fixable: 'code', // null or "code" or "whitespace" schema: [