jeremyckahn / farmhand

A resource management game that puts a farm in your hand
https://www.farmhand.life
GNU General Public License v2.0
101 stars 25 forks source link

Enable ESLint `no-shadow` rule #389

Closed SamantaTarun closed 1 year ago

SamantaTarun commented 1 year ago

What this PR does

It would be worth enabling the no-shadow ESLint rule to guard against issues like this. As part of enabling the no-shadow rule, all preexisting violations of the rule should be fixed with sensible variable renames.

How this change can be validated

Ensure that there are no error after running npm run lint.

Questions or concerns about this change

Additional information

388

vercel[bot] commented 1 year ago

Someone is attempting to deploy a commit to a Personal Account owned by @jeremyckahn on Vercel.

@jeremyckahn first needs to authorize it.

jeremyckahn commented 1 year ago

@tarunsamanta2k20 please update this PR's description per the template so it's clear what this PR is for.

jeremyckahn commented 1 year ago

Closing due to inactivity.