cycles-quartz/apps/transfers/frontend/.eslintrc.json

8 lines
136 B
JSON
Raw Normal View History

2024-07-10 19:11:07 +00:00
{
"extends": "next/core-web-vitals",
"plugins": ["react-compiler"],
"rules": {
"react-compiler/react-compiler": "error"
}
}