Skip to content

Commit

Permalink
fix: add missing type property to meta for `eslint/rule/no-multiple…
Browse files Browse the repository at this point in the history
…-empty-lines`

PR-URL: stdlib-js#3339

Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
headlessNode authored Dec 5, 2024
1 parent a974755 commit 9c38628
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ function main( context ) {

rule = {
'meta': {
'type': 'layout',
'docs': {
'description': 'enforce that code does not contain multiple blank lines'
},
Expand Down

0 comments on commit 9c38628

Please sign in to comment.