diff --git a/lib/rules/attribute-hyphenation.js b/lib/rules/attribute-hyphenation.js index 383adfe36..9c8d26c23 100644 --- a/lib/rules/attribute-hyphenation.js +++ b/lib/rules/attribute-hyphenation.js @@ -13,6 +13,7 @@ const casing = require('../utils/casing') module.exports = { meta: { + type: 'suggestion', docs: { description: 'enforce attribute naming style on custom components in template', category: 'strongly-recommended', diff --git a/lib/rules/attributes-order.js b/lib/rules/attributes-order.js index 635175c4c..3879d94a5 100644 --- a/lib/rules/attributes-order.js +++ b/lib/rules/attributes-order.js @@ -103,6 +103,7 @@ function create (context) { module.exports = { meta: { + type: 'suggestion', docs: { description: 'enforce order of attributes', category: 'recommended', diff --git a/lib/rules/comment-directive.js b/lib/rules/comment-directive.js index 20009184f..978b1839e 100644 --- a/lib/rules/comment-directive.js +++ b/lib/rules/comment-directive.js @@ -106,6 +106,7 @@ function processLine (context, comment) { module.exports = { meta: { + type: 'problem', docs: { description: 'support comment-directives in `