Skip to content

Commit 66d0690

Browse files
committed
chore: add rule to recommended config
but turn it off by default to be opt-in
1 parent 500add1 commit 66d0690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const index = {
112112

113113
const sharedConfig = {
114114
rules: {
115+
'consistent-spacing-between-blocks': 'off',
115116
'no-empty-pattern': 'off',
116117
'playwright/expect-expect': 'warn',
117118
'playwright/max-nested-describe': 'warn',

0 commit comments

Comments
 (0)