Skip to content

Commit

Permalink
feat: enforce spaces after comment start
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshTheWanderer committed Oct 30, 2024
1 parent dd2eb8d commit 00c5690
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 00c5690

Please sign in to comment.