Feature/Include linters #2

Merged
jusemon merged 8 commits from feature/include-linters into main 2025-05-06 20:46:48 -05:00
Showing only changes of commit f00c6efcf9 - Show all commits

View file

@ -30,7 +30,7 @@ export const config = tseslint.config(
},
},
{
ignores: ['dist/**'],
ignores: ['dist/**', 'prisma/client/**'],
},
]
);