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 799d1de

Browse files
armano2michalsnik
authored andcommitted
vue/order-in-components throws eslint rule schema validation error on custom order (#74)
1 parent 602d80f commit 799d1de

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎lib/rules/order-in-components.js‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,16 @@ module.exports = {
143143
recommended: false
144144
},
145145
fixable: null,
146-
schema: []
146+
schema: [
147+
{
148+
type: 'object',
149+
properties: {
150+
order: {
151+
type: 'array'
152+
}
153+
},
154+
additionalProperties: false
155+
}
156+
]
147157
}
148158
}

0 commit comments

Comments
(0)

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