Skip to content

Commit 64d0ba3

Browse files
committed
chore: update config * 2
1 parent a8ea8dd commit 64d0ba3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ export default [
5858
'no-mixed-operators': 0,
5959
'no-else-return': 0,
6060
'prefer-promise-reject-errors': 0,
61-
'padding-line-between-statements': [
62-
'error',
63-
{ blankLine: 'always', prev: '*', next: 'return' },
64-
],
6561

6662
// React rules
6763
'react/boolean-prop-naming': [

0 commit comments

Comments
 (0)