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

feat(eslint-plugin): new option allowExplicitAny strict-boolean-exp #1900

Closed
wants to merge 3 commits into from

Conversation

anikethsaha
Copy link
Contributor

@anikethsaha anikethsaha commented Apr 14, 2020

Added a new option in strict-boolean-expression rule

@typescript-eslint
Copy link
Contributor

Thanks for the PR, @anikethsaha!

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. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

Merging #1900 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1900   +/-   ##
=======================================
  Coverage   94.38%   94.38%           
=======================================
  Files         164      164           
  Lines        7585     7588    +3     
  Branches     2180     2181    +1     
=======================================
+ Hits         7159     7162    +3     
  Misses        183      183           
  Partials      243      243           
Flag Coverage Δ
#unittest 94.38% <100.00%> (+<0.01%) ⬆️
Impacted Files Coverage Δ
...int-plugin/src/rules/strict-boolean-expressions.ts 96.87% <100.00%> (+0.10%) ⬆️

@bradzacher bradzacher added the enhancement: plugin rule option New rule option for an existing eslint-plugin rule label Apr 14, 2020
@bradzacher
Copy link
Member

bradzacher commented May 11, 2020

This has been solved by #1631, which will be released in v3.

Thanks for your work on the PR!

@bradzacher bradzacher closed this May 11, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement: plugin rule option New rule option for an existing eslint-plugin rule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[strict-boolean-expressions] Allow any
2 participants