Skip to content

Commit f92a885

Browse files
committed
🚨 update eslint configs
1 parent 056f7b9 commit f92a885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
'error',
2929
{
3030
code: 80,
31-
ignoreUrls: true,
31+
ignoreComments: true,
3232
}
3333
],
3434
'simple-import-sort/imports': 'error',
@@ -40,6 +40,7 @@ module.exports = {
4040
'error',
4141
{ blankLine: 'always', prev: '*', next: 'return' },
4242
{ blankLine: 'always', prev: '*', next: 'throw' },
43+
{ blankLine: 'always', prev: '*', next: 'continue' },
4344
],
4445
},
4546
settings: {

0 commit comments

Comments
 (0)