Skip to content

Commit 9c38628

Browse files
authored
fix: add missing type property to meta for eslint/rule/no-multiple-empty-lines
PR-URL: #3339 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent a974755 commit 9c38628

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/no-multiple-empty-lines/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/no-multiple-empty-lines/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function main( context ) {
169169

170170
rule = {
171171
'meta': {
172+
'type': 'layout',
172173
'docs': {
173174
'description': 'enforce that code does not contain multiple blank lines'
174175
},

0 commit comments

Comments
 (0)