threshold-network / staking-subgraphs

Threshold Network staking subgraphs
https://threshold.network
1 stars 1 forks source link

Fix NPM script for fixing code linting problems #19

Closed manumonti closed 2 years ago

manumonti commented 2 years ago

The script yarn lint:fix is composed of two commands: yarn format and yarn lint. To work properly, it's required to indicate the files or folders where the command will run. In this case: . for all files.