Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eslint): add
recommendation
to always formatOnSave with eslint
editor.formatOnSave has to be `false`, as we are not using a formatter, but a `linter for formatting`. This way we could only trigger `linting` only before merging stuff. Which would shorten our compute time. See: https://eslint.style/guide/faq#how-to-auto-format-on-save See: BEDS-128
- Loading branch information