Skip to content

Commit 212604a

Browse files
committed
fix(eslint): make no-semi safe
1 parent c9cfbfd commit 212604a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export const config = [
4646
},
4747
},
4848
rules: {
49+
'no-unexpected-multiline': ERROR,
4950
'no-warning-comments': [
5051
ERROR,
5152
{ terms: ['FIXME'], location: 'anywhere' },

0 commit comments

Comments
 (0)