chatbot-template/.eslintrc.json

6 lines
124 B
JSON
Raw Normal View History

2023-05-19 12:33:56 -04:00
{
"$schema": "https://json.schemastore.org/eslintrc",
"root": true,
2023-06-02 15:15:35 -04:00
"extends": ["next/core-web-vitals", "prettier"]
2023-05-19 12:33:56 -04:00
}