Closed LekoArts closed 5 years ago
Hi LekoArts, can I work on this issue?
@Kexin-Li you sure can! We'd love if you do!
Please feel free to reach out if you have any questions.
@Kexin-Li Hi! How is it going with the PR? Do you have already worked on it? Just wanna ask you since @markusguenther opened a PR for that and I didn't want to pass you over.
@LekoArts , @DSchau Hi! I just finished this work, and I think @markusguenther's code is better than mine. I'll open a PR if you don't mind. Feel free to merge the better one.
Sorry did not see a PR for that and so I just started. The solutions are not that different ;) But @LekoArts will decide. Sorry that it is more review work now.
@Kexin-Li Thanks for being so understanding 👍 I've closed your PR in favor of markus' one but as I commented: We'd be happy to have you as a contributor and you can have a look at other issues. Thanks!
Problem
When running
yarn lint:code
on Gatsby's repository you'll be greeted with some ESLint warnings. It would be nice to fix those warnings!Solution
Follow the How to Contribute guide. If you want to validate the fixes in the browser console you'll also need to run the
www
(gatsbyjs.org) site at some point.To speed up the
www
developing you can pass an env variable for placeholder images. You'll also need to add a GitHub token. In the end your.env.development
file should contain:To validate that you fixed the warnings run
yarn lint:code
in the root of the repo again.