Skip to content

Commit

Permalink
Update: Add placeholder for meta.type in rule template (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 8, 2021
1 parent 6d3e1e2 commit 3fe65c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rule/templates/_rule.js
Expand Up @@ -10,6 +10,7 @@

module.exports = {
meta: {
type: null, // `problem`, `suggestion`, or `layout`
docs: {
description: "<%- desc.replace(/"/g, '\\"') %>",
category: "Fill me in",
Expand Down

0 comments on commit 3fe65c2

Please sign in to comment.