Skip to content

Commit

Permalink
disable generator-star-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jan 22, 2024
1 parent 4387dd0 commit 6109afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
// TODO: remove (formatting)
indent: 0,
'function-paren-newline': 0,
'generator-star-spacing': 0,
'no-extra-semi': 0,
'object-curly-newline': 0,
'operator-linebreak': 0,
Expand Down

0 comments on commit 6109afd

Please sign in to comment.