mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
9 lines
181 B
JSON
9 lines
181 B
JSON
{
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"unused-imports/no-unused-imports": "error"
|
|
},
|
|
"extends": ["next/core-web-vitals"],
|
|
"plugins": ["unused-imports"]
|
|
}
|