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

Migrate from the deprecated TSLint to Angluar ESLint #2175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 30, 2024

  1. build: Replace Codelyzer and TSLint with Angular ESLint

    Migrate from the deprecated TSLint to Angluar ESLint. Also fix current
    linting issues in the code, in particular:
    
    - Use strict equals operators (=== and !==)
    - Remove empty lifecycle methods (mostly ngOnInit)
    - Output bindings including aliases should not be named as standard dom
      events (submit)
    - Async pipe results should not be negated
    rhopman committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    12365f7 View commit details
    Browse the repository at this point in the history