Skip to content

Commit 235c39e

Browse files
committed
chore: add as recommended with warn
1 parent e967642 commit 235c39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ const index = {
114114

115115
const sharedConfig = {
116116
rules: {
117-
'consistent-spacing-between-blocks': 'off',
118117
'no-empty-pattern': 'off',
118+
'playwright/consistent-spacing-between-blocks': 'warn',
119119
'playwright/expect-expect': 'warn',
120120
'playwright/max-nested-describe': 'warn',
121121
'playwright/missing-playwright-await': 'error',

0 commit comments

Comments
 (0)