Files
ContentGen_FE/eslint.config.mjs
T
Harun CAN ff76ead6d4
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled
main
2026-05-01 00:45:20 +02:00

6 lines
113 B
JavaScript

export default [
{
ignores: ['node_modules/**', '.next/**', 'out/**', 'build/**', 'next-env.d.ts'],
}
];