Skip to content
Closed
11 changes: 11 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,16 @@ export default defineConfig(
},
},
},
{
files: ['prisma/**/*.ts'],
languageOptions: {
parserOptions: {
projectService: {
defaultProject: './prisma/tsconfig.json',
},
tsconfigRootDir: import.meta.dirname,
},
},
},
globalIgnores(['./prisma/generated/']),
);
Loading
Loading