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

Update eslint to 2.2.7 #410

Merged
merged 1 commit into from
Apr 13, 2020
Merged

Update eslint to 2.2.7 #410

merged 1 commit into from
Apr 13, 2020

Conversation

thboop
Copy link
Collaborator

@thboop thboop commented Apr 10, 2020

Resolves #291

Updates EsLint to get rid of the unsupported typescript warning every time we run it!

To do this, we had to create a separate tsconfig for the linter, as there was a breaking change.

@thboop thboop requested a review from ericsciple April 10, 2020 15:32
@@ -11,7 +11,7 @@ describe('@actions/github', () => {

beforeAll(async () => {
// Start proxy server
proxyServer = proxy() as http.Server
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This failed the linter rule @typescript-eslint/no-unnecessary-type-assertion

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.

Eslint Version is not compatible with Typescript version
2 participants