mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 17:03:55 +10:00
14 lines
227 B
JSON
14 lines
227 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"
|
|
}
|
|
} |