From cd5d8ce76b872729e4e1127cf014874753cee981 Mon Sep 17 00:00:00 2001 From: Richard Huang Date: Fri, 6 Jul 2018 08:42:56 +0800 Subject: [PATCH] add missing urls --- lib/rules/attributes-order.js | 3 ++- lib/rules/prop-name-casing.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: [