bbuddy-ui/.eslintrc.json

8 lines
103 B
JSON
Raw Normal View History

2023-12-21 21:22:13 +00:00
{
"extends": [
"next/core-web-vitals",
"molindo/typescript",
"molindo/react"
]
}