Skip to content
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

build: replace tslint with eslint #4179

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

maxokorokov
Copy link
Member

As tslint is deprecated and support is removed with Angular 13, this PR peplaces tslint with eslint.

Some notes:

  • specific tsconfig.eslint.json were added for performance reasons
  • based on recommended configurations for eslint, typescript-eslint and angular-eslint + tweaks to change code as little as possible
  • additional plugins for deprecated code usage, focused tests and unused imports detection
  • unused import check-ts script is no longer necessary
  • schematics linting is now integrated into ng lint ng-bootstrap

@maxokorokov maxokorokov added this to the 11.0.0 milestone Nov 8, 2021
@maxokorokov maxokorokov merged commit f13d1ac into ng-bootstrap:master Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant