mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
10 lines
266 B
JSON
10 lines
266 B
JSON
{
|
|
"extends": ["../.eslintrc.json", "next/core-web-vitals"],
|
|
"ignorePatterns": [".next", "__ENV.js"],
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"@next/next/no-sync-scripts": "off",
|
|
"@next/next/no-html-link-for-pages": [2, "client/pages"]
|
|
}
|
|
}
|