Nextjs-boilerplate/.eslintrc.json

14 lines
217 B
JSON

{
"overrides": [
{
"files": [
"src/**/*-vm.ts"
],
"rules": {
"react-hooks/rules-of-hooks": "off"
}
}
],
"extends": ["next/core-web-vitals", "next/typescript"]
}