-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
feat(eslint-plugin): [no-explicit-any] Add an optional fixer #609
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): [no-explicit-any] Add an optional fixer #609
Conversation
1508ad7
to
a5b811a
Compare
a5b811a
to
37d0d51
Compare
@bradzacher It is having a code-formatting error but I can't understand what is the error. |
$ prettier --list-different "./**/*.{ts,js,json,md}"
packages/eslint-plugin/src/rules/no-explicit-any.ts This is saying that the file If you run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one suggestion.
Thanks for doing this!
Codecov Report
@@ Coverage Diff @@
## master #609 +/- ##
==========================================
+ Coverage 94.3% 94.31% +<.01%
==========================================
Files 109 109
Lines 4533 4536 +3
Branches 1253 1254 +1
==========================================
+ Hits 4275 4278 +3
Misses 148 148
Partials 110 110
|
@bradzacher can you please review my PR? |
Thanks @moulikcipherX, just a typo fix and a minor language change. I have added them as github suggestions so hopefully you should just be able to commit them directly. |
@JamesHenry @bradzacher I have fixed typo errors. Please review it. |
Added Fixer #605