ubiquity / ubiquibot

Putting the 'A' in 'DAO'
https://github.com/marketplace/ubiquibot
MIT License
16 stars 59 forks source link

Update comment.ts #885

Closed AlooDon closed 7 months ago

AlooDon commented 7 months ago

It seems like the ESLint is still producing a warning for the variable _unusedKey being defined but never used. To address this warning in ESLint, you can disable the @typescript-eslint/no-unused-vars rule for that specific line using an eslint comment:

By commenting out _unusedKey within the array destructuring, you are essentially telling ESLint to ignore this variable for the purpose of the no-unused-vars rule.

Resolves #870 Resolves #118 Quality Assurance: Screenshot from 2023-11-16 13-12-31

/wallet - 0x38241902297144Df7C30F7De66963059dB143da2

netlify[bot] commented 7 months ago

Deploy Preview for ubiquibot-staging ready!

Name Link
Latest commit f521f6c6df89517239e94ea721845d2b33e5d6ea
Latest deploy log https://app.netlify.com/sites/ubiquibot-staging/deploys/6555c90128f6d40008727048
Deploy Preview https://deploy-preview-885--ubiquibot-staging.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

AlooDon commented 7 months ago

@pavlovcik @sergfeldman @zgorizzo69 @Venoox can someone review this!!

0x4007 commented 7 months ago

Thank you for your contribution. However we paused public contribution on this repository due to a large refactoring that affects almost every file occurring now. It is likely that we will not be able to use any of your changes.