ChatGPT-Next-Web/.eslintrc.json

5 lines
67 B
JSON
Raw Normal View History

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