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 b3768f8 commit 777ab12Copy full SHA for 777ab12
src/index.ts
@@ -126,7 +126,7 @@ const sharedConfig = {
126
'playwright/valid-expect-in-promise': 'error',
127
'playwright/valid-title': 'error',
128
},
129
-}
+} as const
130
131
const legacyConfig = {
132
...sharedConfig,
@@ -164,7 +164,7 @@ const sharedJestConfig = {
164
'playwright/missing-playwright-await': 'error',
165
'playwright/no-page-pause': 'warn',
166
167
168
169
const legacyJestConfig = {
170
...sharedJestConfig,
0 commit comments