7 lines
148 B
JSON
7 lines
148 B
JSON
{
|
|
"extends": ["next", "next/core-web-vitals", "prettier"],
|
|
"rules": {
|
|
"no-console": ["error", { "allow": ["warn", "error", "info"] }]
|
|
}
|
|
}
|