nyx-dashboard/.eslintrc
2023-03-03 16:48:43 +00:00

7 lines
161 B
Text

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