-
Notifications
You must be signed in to change notification settings - Fork 213
Migrate from tslint to eslint #473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I try to take a look in my free time... |
sinedied
added a commit
that referenced
this issue
Jul 20, 2021
sinedied
added a commit
that referenced
this issue
Jul 20, 2021
BREAKING CHANGE: migrate to eslint, removes htmlhint
sinedied
added a commit
that referenced
this issue
Jul 20, 2021
BREAKING CHANGE: migrate to eslint, removes htmlhint
sinedied
added a commit
that referenced
this issue
Jul 20, 2021
BREAKING CHANGE: migrate to eslint, removes htmlhint
sinedied
added a commit
that referenced
this issue
Jul 21, 2021
BREAKING CHANGE: migrate to eslint, removes htmlhint
ci-rebot
pushed a commit
that referenced
this issue
Jul 22, 2021
# [10.0.0](9.2.1...10.0.0) (2021-07-22) ### Bug Fixes * angulartics errors in strict mode ([c8c2a97](c8c2a97)) * bootstrap 5 styling ([982bd12](982bd12)) * features prompt ([5b7edcf](5b7edcf)) * jest unit tests ([0e52d95](0e52d95)) * strict mode errors ([a67967c](a67967c)) * strict typings ([f1f1ea3](f1f1ea3)) ### chore * update to lastest core ([2045838](2045838)) ### Features * enable typescript strict mode by default ([a772e7d](a772e7d)) * make e2e tests optional and restore linting ([555ffc3](555ffc3)) * migrate addon template ci to use github actions ([1a15bc8](1a15bc8)) * migrate to eslint, removes htmlhint (closes [#473](#473)) ([b1f7334](b1f7334)) * migrate to husky v7 ([ab06976](ab06976)) * move pwa prompt to the features list ([8828d3d](8828d3d)) * regroup generator options under features prop ([d60b129](d60b129)) * removed [@core](https://github.com/core) module and moved services to [@shared](https://github.com/shared) ([830489b](830489b)) * update addon template ([580863f](580863f)) * update polyfills ([ecf5c98](ecf5c98)) * upgrade the generate app to be Angular 12 (closes [#600](#600)) ([afd59bc](afd59bc)) ### BREAKING CHANGES * update to lastest core, which forces yeoman-generator@5 breaking update. * migrate to eslint, removes htmlhint * Having a core module isn't necessary anymore as services aren't attached to modules anymore. This follows the Angular coding guide update that only mention shared module now. * enable typescript strict mode by default
🎉 This issue has been resolved in version 10.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As tslint gets deprecated (see https://medium.com/palantir/tslint-in-2019-1a144c2317a9), we will need to migrate to eslint. Nothing is urgent, so we have to carefully evaluate the gap and what (if) we will be missing some catches by the move.
See https://github.com/typescript-eslint/typescript-eslint for reference.
The text was updated successfully, but these errors were encountered: