We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cf800 commit b3373f0Copy full SHA for b3373f0
src/index.ts
@@ -112,8 +112,8 @@ const index = {
112
113
const sharedConfig = {
114
rules: {
115
- 'consistent-spacing-between-blocks': 'off',
116
'no-empty-pattern': 'off',
+ 'playwright/consistent-spacing-between-blocks': 'warn',
117
'playwright/expect-expect': 'warn',
118
'playwright/max-nested-describe': 'warn',
119
'playwright/missing-playwright-await': 'error',
0 commit comments