mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
14 lines
364 B
JSON
14 lines
364 B
JSON
{
|
|
"rules": {
|
|
"@next/next/no-img-element": "off",
|
|
"unused-imports/no-unused-imports": "error",
|
|
"prettier/prettier": "error",
|
|
"space-in-parens": "error",
|
|
"no-empty": "error",
|
|
"no-multiple-empty-lines": "error",
|
|
"no-irregular-whitespace": "error"
|
|
},
|
|
"extends": ["next/core-web-vitals"],
|
|
"plugins": ["prettier", "unused-imports"]
|
|
}
|