nyx-dashboard/.eslintrc

8 lines
154 B
Text
Raw Normal View History

2021-06-20 13:39:00 +02:00
{
"extends": ["next", "next/core-web-vitals"],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
2021-06-20 13:39:00 +02:00
}