You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
* chore:Format configs & scripts
- Add JSDoc types to `jest.config.js`, `.eslintrc.js` & `.prettierrc.js`
- Set more prettier configs explicitly to circumvent an issue I experienced with the prettier
vscode extension, where it would format some stuff based on my global preferences
and not the defaults.
- Use Set in `esbuild.config.js`
- Format all js and ts files
Tim
Signed-off-by: Tim_Tech_Dev <Tim_Tech_Dev@protonmail.com>
* Update jest configs
- Use module syntax
- Automaticly add packages with jest config to root jest projects
- Add .mjs extension to files formated by prettier
- Enable type checking JS files project wide
Tim
Signed-off-by: Tim_Tech_Dev <Tim_Tech_Dev@protonmail.com>
0 commit comments