mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
8 lines
151 B
JSON
8 lines
151 B
JSON
{
|
|
"extends": ["../.eslintrc.json", "next/core-web-vitals"],
|
|
"ignorePatterns": [".next"],
|
|
"rules": {
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|