Now that we have upgraded to eslint, I noticed we are using different rules in many of our packages, as well as only applying eslint to some files and not all the files in some packages.
For example, we use yarn run eslint src/ instead of yarn run eslint . which would cover all the files. We should make that in all the packages/applications.
Many packages do also include their own rules and we should avoid that.
This 200 USDC bounty is open for anyone who "normalizes" our use of eslint to the max!
Now that we have upgraded to eslint, I noticed we are using different rules in many of our packages, as well as only applying eslint to some files and not all the files in some packages.
For example, we use
yarn run eslint src/instead ofyarn run eslint .which would cover all the files. We should make that in all the packages/applications.Many packages do also include their own rules and we should avoid that.
This 200 USDC bounty is open for anyone who "normalizes" our use of eslint to the max!