Files
ticketchain/.eslintrc.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"
}
}