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

docs(eslint-plugin): add missing TSLint rules in the roadmap #238

Merged
merged 2 commits into from
Feb 11, 2019

Conversation

lukyth
Copy link
Contributor

@lukyth lukyth commented Feb 10, 2019

  • Rules from TSLint version 5.12.0 onward haven't been added, including:
    • ban-ts-ignore
    • function-constructor
    • unnecessary-constructor
    • no-default-import
    • comment-type
    • increment-decrement
    • unnecessary-bind
  • no-function-constructor-with-string-args is now deprecated in favor of function-constructor

@lukyth lukyth force-pushed the lukyth/update-roadmap branch from 6899382 to 9a3e7d0 Compare February 10, 2019 05:16
- Rules from TSLint version 5.12.0 onward haven't added, including:
  - `ban-ts-ignore`
  - `function-constructor`
  - `unnecessary-constructor`
  - `no-default-import`
  - `comment-type`
  - `increment-decrement`
  - `unnecessary-bind`
- `no-function-constructor-with-string-args` is now deprecated in favor of `function-constructor`
@lukyth lukyth force-pushed the lukyth/update-roadmap branch from 9a3e7d0 to 08e190c Compare February 10, 2019 14:50
@j-f1 j-f1 merged commit c680cbc into typescript-eslint:master Feb 11, 2019
@j-f1
Copy link
Contributor

j-f1 commented Feb 11, 2019

Thank you for contributing!

@lukyth lukyth deleted the lukyth/update-roadmap branch February 12, 2019 01:37
kaicataldo pushed a commit to kaicataldo/typescript-eslint that referenced this pull request Aug 27, 2019
* Add rule `interface-over-type-literal`

* rename rule as `prefer-interface`

* update roadmap
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants