mirror of
https://github.com/logos-storage/metrics.git
synced 2026-01-02 13:33:09 +00:00
9 lines
222 B
JSON
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"
|
|
}
|
|
} |