NextChat-U/.eslintrc.json

5 lines
67 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"]
2023-03-08 00:23:54 +09:00
}