-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix: regression for eslint v6 #2105
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
Conversation
Fixes #2100 Includes an integration test against eslint v6 to ensure this doesn't happen again. Also spent a moment cleaning up the integration tests.
Thanks for the PR, @bradzacher! 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 Report
@@ Coverage Diff @@
## master #2105 +/- ##
==========================================
- Coverage 93.44% 93.42% -0.03%
==========================================
Files 171 171
Lines 7753 7755 +2
Branches 2214 2215 +1
==========================================
Hits 7245 7245
- Misses 243 244 +1
- Partials 265 266 +1
|
- eslint - @typescript-eslint/eslint-plugin - @typescript-eslint/parser lerna.json hoist not need @typescript-eslint/* ref: typescript-eslint/typescript-eslint#2105
- eslint - @typescript-eslint/eslint-plugin - @typescript-eslint/parser lerna.json hoist not need @typescript-eslint/* ref: typescript-eslint/typescript-eslint#2105
- eslint - @typescript-eslint/eslint-plugin - @typescript-eslint/parser lerna.json hoist not need @typescript-eslint/* ref: typescript-eslint/typescript-eslint#2105
* chore(devDeps): upgrade for eslint - eslint - @typescript-eslint/eslint-plugin - @typescript-eslint/parser lerna.json hoist not need @typescript-eslint/* ref: typescript-eslint/typescript-eslint#2105 * chore(eslint-midway-contrib): remove devDeps typescript
Fixes #2100
Includes an integration test against eslint v6 to ensure this doesn't happen again.
Also spent a moment cleaning up the integration tests.