Skip to content

Commit 47781c7

Browse files
committed
Add more ts files to allowDefaultProject
1 parent aed6a4e commit 47781c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eslint.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ export default defineConfig([
3737
allowDefaultProject: [
3838
'vite.config.mts',
3939
'vite.electron.config.mts',
40-
'vite.types.config.mts'
40+
'vite.types.config.mts',
41+
'playwright.config.ts',
42+
'playwright.i18n.config.ts'
4143
]
4244
},
4345
tsConfigRootDir: import.meta.dirname,

0 commit comments

Comments
 (0)