nyx-dashboard/.eslintrc

8 lines
161 B
Text
Raw Normal View History

2023-03-03 17:48:43 +01:00
{
"extends": ["next", "next/core-web-vitals"],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}