Files
firezone/website/.eslintrc.json
Jamil 79a4aeb3a8 chore(website): add eslint (#9560)
- [x] Add eslint configured for NextJS
- [x] Add lint before build
- [x] Fix errors
2025-10-16 16:39:16 +00:00

4 lines
61 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"]
}