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(typescript-eslint): upgrade to latest to support type export syntax #406

Closed
wants to merge 2 commits into from

Conversation

kirbysayshi
Copy link
Contributor

export type { Something } requires a newer eslint typescript parser. Without this, eslint will be
unable to parse newer TypeScript.

BREAKING CHANGE: The camelcase rule was deprecated in typescript-eslint. I've tried to replace it with an equivalent naming-convention rule config. I question if we should have this rule at all!

dependabot-preview bot and others added 2 commits June 9, 2020 13:10
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.5.1 to 26.0.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v25.5.1...v26.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
export type { Something } requires a newer eslint typescript parser. Without this, eslint will be
unable to parse newer TypeScript.

BREAKING CHANGE: The camelcase rule was deprecated in typescript-eslint. I've tried to replace it
with an equivalent naming-convention rule config. I question if we should have this at all.
@kirbysayshi kirbysayshi force-pushed the ksh/upgrade-typescript-eslint branch from d9533e9 to 088c22f Compare June 23, 2020 17:24
@kirbysayshi
Copy link
Contributor Author

Going to retarget for release-8.0 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant