NextChat-U/.eslintrc.json

8 lines
150 B
JSON
Raw Normal View History

2023-03-08 00:23:54 +09:00
{
2023-03-29 02:51:22 +09:00
"extends": "next/core-web-vitals",
"plugins": ["prettier", "unused-imports"],
"rules": {
"unused-imports/no-unused-imports": "warn"
}
2023-03-08 00:23:54 +09:00
}