ChatGPT-Next-Web/.eslintrc.json

5 lines
67 B
JSON
Raw Normal View History

2023-03-07 23:23:54 +08:00
{
2023-03-29 01:51:22 +08:00
"extends": "next/core-web-vitals",
"plugins": ["prettier"]
2023-03-07 23:23:54 +08:00
}