mirror of
https://github.com/SrIzan10/hc-site.git
synced 2026-05-01 10:45:23 +00:00
* Use ESLint * oops * Ignore ESLint during builds * Disable <Image> rule * Restore quotes and apostrophes
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"extends": "next/core-web-vitals",
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"react/no-unescaped-entities": "off",
|
|
"eqeqeq": "warn"
|
|
}
|
|
}
|