metrics/.eslintrc.json
2025-01-20 16:06:20 +00:00

9 lines
222 B
JSON

{
"extends": "next/core-web-vitals",
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}