Y-Foundry-Dao / yfd-dapp-core

Governance dApp
GNU Affero General Public License v3.0
1 stars 1 forks source link

strongly type variables hooks in 'use' functions #79

Open rayraspberry opened 1 year ago

rayraspberry commented 1 year ago

warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any errors are being produced and should be cleaned up

image

rayraspberry commented 1 year ago

this may help understand the issue https://www.totaltypescript.com/

https://typescript-eslint.io/rules/no-explicit-any/