aaronjy-me/.eslintrc.json
2024-03-12 23:28:59 +00:00

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"
}
}