-
Notifications
You must be signed in to change notification settings - Fork 185
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
Conversation
packages/bpk-component-infinite-scroll/src/withInfiniteScroll-test.flow.js
Show resolved
Hide resolved
13d599b
to
6107ac5
Compare
6107ac5
to
d578e42
Compare
@@ -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 |
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.
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.
Visual regression tests passed 😎. Bear in mind that they only run in Chromium on static components – they aren't perfect. |
Visit https://backpack.github.io/storybook-prs/2376 to see this build running in a browser. |
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.