7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@stylistic/jsx/jsx-pascal-case": "off",
|
|
"@next/next/no-html-link-for-pages": "off"
|
|
}
|
|
}
|