mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
8 lines
167 B
JSON
8 lines
167 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "next/typescript"],
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"@typescript-eslint/no-explicit-any": "off"
|
|
}
|
|
}
|