Files
ContentGen_FE/.eslintrc.json
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

8 lines
220 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }]
}
}