Skip to content

Commit

Permalink
Update: Tweak schema property formatting in rule template (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Jul 22, 2021
1 parent ca2a546 commit f39f2ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rule/templates/_rule.js
Expand Up @@ -18,9 +18,7 @@ module.exports = {
url: null, // URL to the documentation page for this rule
},
fixable: null, // or "code" or "whitespace"
schema: [
// fill in your schema
]
schema: [], // Add a schema if the rule has options
},

create: function(context) {
Expand Down

0 comments on commit f39f2ca

Please sign in to comment.