Skip to content

Commit

Permalink
Merge pull request #147 from etchteam/feat/spaced-comments
Browse files Browse the repository at this point in the history
Enforce spaces after comment start
  • Loading branch information
mergify[bot] authored Oct 30, 2024
2 parents dd2eb8d + 00c5690 commit ab56596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
},
],
'react/prefer-read-only-props': 'error',
'spaced-comment': 'error',
},
settings: {
'import/resolver': {
Expand Down

0 comments on commit ab56596

Please sign in to comment.