B2D-Ventures/.eslintrc.json
Naytitorn Chaovirachot a0b86ce324 setup jest for nextjs
2024-11-20 15:40:26 +07:00

7 lines
113 B
JSON

{
"extends": ["eslint:recommended", "next", "next/core-web-vitals"],
"env": {
"jest/globals": true
}
}