Logo.Ai / .eslintrc.json
enzostvs's picture
enzostvs HF staff
handle error
98456db
raw
history blame
No virus
175 Bytes
{
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off"
}
}