docs/.eslintrc.json

7 lines
73 B
JSON
Raw Normal View History

2024-10-06 15:51:56 -04:00
{
"extends": [
"next/core-web-vitals",
"next/typescript"
]
}