metrics/.eslintrc.json

9 lines
222 B
JSON
Raw Permalink Normal View History

2025-01-13 16:09:39 +00:00
{
"extends": "next/core-web-vitals",
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
2025-01-13 16:09:39 +00:00
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
2025-01-13 16:09:39 +00:00
}
}