- https://gist.github.com/rashtay/328da46a99a9d7c746636df1cf769675
- https://github.com/okonet/lint-staged
- https://medium.com/skyshidigital/standardized-your-code-with-eslint-and-husky-cc52a5192ab8
- https://dev.to/ajmaurya/set-up-eslint-prettier-and-pre-commit-hooks-using-husky-for-wordpress-from-scratch-1djk
- Add this in vscode's config
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
- Install prettier and eslint for vscode.