Closed EmmaDawsonDev closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/arvind0598/better-first-issues/4SzVDiGQx58HrCCBEJLLXjqMmez9
âś… Preview: https://better-first-issues-git-fork-emmalearnscode-i-66d899-arvind0598.vercel.app
Are you able to see why the checks are failing?
Yep. The reason it fails is because of the lint checks. You can run npm run lint
locally to see those errors.
You can also just run npm run build
locally to see the issues. They should ideally be the same as what Vercel is complaining about.
Ok, I'll see if I can work out how to fix it, then update here when it's ready for review
Most of those issues seem to be auto fixable, so an npm run lint:fix
should take care of that for you.
You can use the ESLint plugin for VS Code for some good contextual help when you hover on the bits that are erroring out.
Thanks for the tip! That fixed it :)
This looks good to me, thanks @emmalearnscode. Just as an FYI though, please do try to stick to the commit message format outlined in the contributing guide.
Thanks for the tip, I was working on a couple of different repos at the same time and must’ve got mixed up with how to write commit messages. I will definitely check more carefully from now on.
I added extra information to the card and changed the styling slightly.
This PR fixes issue 4, 6 and 12.
Let me know if there's anything you want changing.