diff --git a/lib/rules/order-in-components.js b/lib/rules/order-in-components.js index 56cf55d0f..0c4d23bab 100644 --- a/lib/rules/order-in-components.js +++ b/lib/rules/order-in-components.js @@ -143,6 +143,16 @@ module.exports = { recommended: false }, fixable: null, - schema: [] + schema: [ + { + type: 'object', + properties: { + order: { + type: 'array' + } + }, + additionalProperties: false + } + ] } }