Reactive-Resume/client/.eslintrc.json

9 lines
204 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"
}
}