Files
hristudio/.eslintrc.json

7 lines
109 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-empty-interface": "off"
}
}