Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent e871067 commit a730c33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ const typeScriptRules = {
2,
{
blankLine: 'always',
// TODO: replace with:
// prev: ['multiline-block-like', 'directive', 'interface', 'type'],
prev: ['multiline-block-like', 'directive'],
prev: ['multiline-block-like', 'directive', 'interface', 'type'],
next: '*',
},
{ blankLine: 'always', prev: '*', next: 'multiline-block-like' },
Expand Down

0 comments on commit a730c33

Please sign in to comment.