Open SuperVK opened 5 months ago
Talked about this a bit with Samuel, best approach would be to use eslint in a central config, then use either prettier or eslint.style for prettying. Then we can use husky to execute prettier on each commit, and eslint as a first enforce to catch common code smells.
We should run a prettier such that code style is consistent, furthermore ideally prettier and eslint are first tried seperately in the ci/cd, and if they fail do not attempt other CI/CD checks, to prevent unnecessary usage.