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 aed6a4e commit 47781c7Copy full SHA for 47781c7
eslint.config.ts
@@ -37,7 +37,9 @@ export default defineConfig([
37
allowDefaultProject: [
38
'vite.config.mts',
39
'vite.electron.config.mts',
40
- 'vite.types.config.mts'
+ 'vite.types.config.mts',
41
+ 'playwright.config.ts',
42
+ 'playwright.i18n.config.ts'
43
]
44
},
45
tsConfigRootDir: import.meta.dirname,
0 commit comments