Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Add prettier configs for client/api. Adjust eslint rules for line max-len * feat: add prettier and eslint config to root * chore: run format script * fix: trailing commas * fix: no mixed operators * feat: add ci and pre-commit * feat: add stylelint to lint staged * fix: scss files * fix: stylelint conflicts * fix: add missing ts config * chore: format * chore: undo format * chore: format files * fix: add missing installs * fix: ternaries * fix: add missing stylelint config * fix: reformat tsconfig.json * feat: set prettier in each folder * fix: add missing lint * fix: add missing lint in client * chore: commit tsconfig * fix: ci lint check * feat: add prettier eslint plugin * chore: add missing ignore file * chore: revert formatting on files * chore: revert formatting on eslintignore * chore: Remove eslint/max-len from api + Remove prettier plugins for eslint config (no prettier diagnostics) * chore: run lintstaged only on src * chore: Remove unused eslint-plugin-prettier from api/client * chore: run format * fix: sync configuration from stylelint * ci: simplify lint-check workflow --------- Co-authored-by: JCNoguera <[email protected]>
- Loading branch information