Skip to content

Commit b3373f0

Browse files
committed
chore: add as recommended with warn
1 parent 65cf800 commit b3373f0

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
@@ -112,8 +112,8 @@ const index = {
112112

113113
const sharedConfig = {
114114
rules: {
115-
'consistent-spacing-between-blocks': 'off',
116115
'no-empty-pattern': 'off',
116+
'playwright/consistent-spacing-between-blocks': 'warn',
117117
'playwright/expect-expect': 'warn',
118118
'playwright/max-nested-describe': 'warn',
119119
'playwright/missing-playwright-await': 'error',

0 commit comments

Comments
 (0)