mirror of
https://github.com/run-llama/nextjs-rsc.git
synced 2026-07-01 21:34:16 -04:00
8 lines
132 B
JSON
8 lines
132 B
JSON
{
|
|
"extends": ["next/core-web-vitals", "prettier"],
|
|
"rules": {
|
|
"max-params": ["error", 4],
|
|
"prefer-const": "error"
|
|
}
|
|
}
|