Skip to content

Commit

Permalink
fix(eslint): make no-semi safe
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 14, 2024
1 parent c9cfbfd commit 212604a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const config = [
},
},
rules: {
'no-unexpected-multiline': ERROR,
'no-warning-comments': [
ERROR,
{ terms: ['FIXME'], location: 'anywhere' },
Expand Down

0 comments on commit 212604a

Please sign in to comment.