18 lines
205 B
JSON
18 lines
205 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"next/core-web-vitals"
|
|
],
|
|
"rules": {
|
|
"no-console": [
|
|
"warn",
|
|
{
|
|
"allow": [
|
|
"warn",
|
|
"error"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|