chore: fix builds/tests/eslint
ESLint has not been working for me for a while now, I finally had a look at it to fix it. Builds also started failing locally, because of some missing types, which should be fixed now as well.
I also turned on linting on test files.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Updated |
|---|---|---|---|
| next-auth | ⬜️ Ignored (Inspect) | Sep 8, 2022 at 4:08PM (UTC) |
@ndom91 great! @balazsorban44 and Nico, could you check if it works on your local machine? 🙌
@ndom91 great! @balazsorban44 and Nico, could you check if it works on your local machine? 🙌
Yeah, can check later this evening when I'm back home 👍
In your IDE, make sure to add Prettier configPath for auto-save. For example, in VSCode:
{
"prettier.configPath": "package.json"
}
Merging this now, I pulled a fresh repo and it still works 🤞