Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎lib/rules/attributes-order.js‎

Lines changed: 2 additions & 1 deletion
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: {

‎lib/rules/prop-name-casing.js‎

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /