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): Improve ban-types description #773

Merged
merged 2 commits into from
Jul 29, 2019
Merged

docs(eslint-plugin): Improve ban-types description #773

merged 2 commits into from
Jul 29, 2019

Conversation

glenwinters
Copy link
Contributor

This PR improves the description of the ban-types rule in eslint-plugin.

Initially, I was going to fix the grammar of Enforces that types will not to be used, but I found the description in the rule docs file to be better, especially considering the rule name.

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @glenwinters!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint

@bradzacher
Copy link
Member

you also need to change the description in the rule's source file.

@bradzacher bradzacher added the documentation Documentation ("docs") that needs adding/updating label Jul 29, 2019
@codecov
Copy link

codecov bot commented Jul 29, 2019

Codecov Report

Merging #773 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #773   +/-   ##
======================================
  Coverage    94.2%   94.2%           
======================================
  Files         112     112           
  Lines        4801    4801           
  Branches     1334    1334           
======================================
  Hits         4523    4523           
  Misses        159     159           
  Partials      119     119
Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/ban-types.ts 100% <ø> (ø) ⬆️
...ackages/eslint-plugin/src/rules/no-explicit-any.ts 100% <0%> (ø) ⬆️

@bradzacher bradzacher merged commit b731df9 into typescript-eslint:master Jul 29, 2019
@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
documentation Documentation ("docs") that needs adding/updating
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants