mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
Update .eslintrc.json
Updating changes
This commit is contained in:
committed by
GitHub
parent
55b90fd27d
commit
04b1d5760b
@@ -2,6 +2,8 @@
|
||||
"extends": ["next/core-web-vitals", "next/typescript"],
|
||||
"rules": {
|
||||
"@next/next/no-img-element": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off"
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-empty-object-type": "off",
|
||||
"@typescript-eslint/no-unused-vars":"off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user