roles-bot/packages/website/.eslintrc.json
2022-01-02 18:58:59 +01:00

6 lines
98 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@next/next/no-sync-scripts": "off"
}
}