visdesignlab / upset2

UpSet - Visualizing Intersecting Sets
https://upset.multinet.app/
BSD 3-Clause "New" or "Revised" License
54 stars 7 forks source link

Add project linter #129

Closed JakeWags closed 1 year ago

kirangadhave commented 1 year ago

I already configured eslint for this repo. Does this not work for you?

To remove dependency on editors, we can add a pre-commit hook as I have for the trrack repo. This will make sure to automatically lint all the files using the eslint rules before committing. I can set this up if you want, should take a few minutes