onflow / fcl-js

FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊
https://onflow.org
Apache License 2.0
323 stars 118 forks source link

Cleanup eslint usage #1883

Open jribbink opened 1 month ago

jribbink commented 1 month ago

Issue to be solved

Currently eslint is fragmented between individual packages. It probably supports monorepos & could be done at the top level, similar to prettier, with default rules that are overridden by individual packages. This reduces the maintenance burden of constantly fiddling with eslint rules in individual packages.

It also does not have a CI job currently, which it should, and this would probably be easier to do at the top level of the monorepo.

Suggest A Solution

No response

What are you currently working on that this is blocking?

No response