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

[NO JIRA]: Upgrade eslint-config-skyscanner to latest to support incomming TS support #2376

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

olliecurtis
Copy link
Member

This PR spilts out from #2368 and completes the linting separately before we merge the TS framework as this linter upgrade is needed for the TS framework support.

There is a lot of file changes with the vast majority of the changes being prettier adding () around parameters for functions.

@olliecurtis olliecurtis force-pushed the no-jira-upgrade-linting-for-ts branch 3 times, most recently from 13d599b to 6107ac5 Compare February 17, 2022 13:49
@@ -2,6 +2,9 @@
.*/node_modules/jsonlint/.*
.*/node_modules/config-chain/test/broken.json

# This is expected as this malformed file is for a test in the library.
.*/node_modules/resolve/test/resolver/malformed_package_json/package.json
Copy link
Member Author

Choose a reason for hiding this comment

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

Had to add this ignore here to the flowconfig as flow was throuwing an error on an external dependency which is expected as the file is part of a test.

@github-actions
Copy link

Warnings
⚠️

One or more packages have changed, but UNRELEASED.md wasn't updated.

Browser support

If this is a visual change, make sure you've tested it in multiple browsers,
particularly IE11.

Generated by 🚫 dangerJS against d578e42

@github-actions
Copy link

Visual regression tests passed 😎. Bear in mind that they only run in Chromium on static components – they aren't perfect.

@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2376 to see this build running in a browser.

@olliecurtis olliecurtis merged commit b06d516 into main Feb 17, 2022
@olliecurtis olliecurtis deleted the no-jira-upgrade-linting-for-ts branch February 17, 2022 16:25
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.

2 participants