boxfish-studio / sugar-rush

Quickly create and manage Metaplex Candymachines and NFTs in Solana from your browser
http://sugarrush.gg
Apache License 2.0
23 stars 6 forks source link

[Task]: Fix lint errors and warnings #242

Closed aspnxdd closed 1 year ago

aspnxdd commented 1 year ago

According to this seems that the script "next lint" does not use the specified .eslintrc.js file, so it is only using the nextJS recommended settings.

By changing the script to "lint": "npx eslint .", it seems it finds 56 errors and warnings to be fixed.

CC @evavirseda @begonaalvarezd