Files
ticketchain/.eslintrc.json
Ashprit Singh Mehra 04b1d5760b Update .eslintrc.json
Updating changes
2024-10-26 23:58:42 +01:00

10 lines
268 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@next/next/no-img-element": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-unused-vars":"off"
}
}