infor-cloud / m3-h5-sdk

https://infor-cloud.github.io/m3-h5-sdk/
34 stars 20 forks source link

Migrate tslint to eslint including prettier #156

Open swuendri opened 1 year ago

swuendri commented 1 year ago

With this PR all Angular projects are migrated from TSLint to ESLint. Additionally I introduced prettier to avoid ESLint rules regarding formatting (see https://prettier.io/docs/en/comparison.html).

Prettier and ESLint checks are now part of main GitHub workflow.

swuendri commented 1 year ago

@anhallbe, I know you have less time for this project. But I want to improve it step by step to benefit from the innovations in other projects (Typescript, Angular, ...). Would you review my suggested changes?