Skip to content

Commit b4a9def

Browse files
author
Nick Ficano
committed
chore: allow vitest aliases in eslint project service
1 parent a7bb49b commit b4a9def

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ export default tseslint.config(
3333
{
3434
languageOptions: {
3535
parserOptions: {
36-
projectService: true,
36+
projectService: {
37+
allowDefaultProject: ["vitest.aliases.ts"],
38+
},
3739
tsconfigRootDir: import.meta.dirname,
3840
},
3941
},

0 commit comments

Comments
 (0)