roles-bot/packages/website/.eslintrc.json

7 lines
98 B
JSON
Raw Normal View History

2021-12-22 18:40:46 +01:00
{
2021-12-22 19:25:44 +01:00
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-sync-scripts": "off"
}
2021-12-22 18:40:46 +01:00
}