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