chatbot-template/.eslintrc.json
2023-06-02 15:15:35 -04:00

5 lines
124 B
JSON

{
"$schema": "https://json.schemastore.org/eslintrc",
"root": true,
"extends": ["next/core-web-vitals", "prettier"]
}