Skip to content

Commit

Permalink
fix: remove unused meta.docs.category field in rule template (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongregoryscott committed Jul 6, 2022
1 parent dff57cc commit edda907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rule/templates/_rule.js
Expand Up @@ -14,7 +14,6 @@ module.exports = {
type: null, // `problem`, `suggestion`, or `layout`
docs: {
description: "<%- desc.replace(/"/g, '\\"') %>",
category: "Fill me in",
recommended: false,
url: null, // URL to the documentation page for this rule
},
Expand Down

0 comments on commit edda907

Please sign in to comment.