Skip to content

Commit

Permalink
feat(eslint-config): change generator-star-spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Sep 15, 2023
1 parent 4b9dcd3 commit e10bcbc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/eslint-config/src/rules/es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@ module.exports = {
}
],
'arrow-spacing': 'error',
'generator-star-spacing': [
'error',
{
before: true,
after: false
}
],
'generator-star-spacing': ['error', 'after'],
'no-confusing-arrow': [
'error',
{
Expand Down

0 comments on commit e10bcbc

Please sign in to comment.