ItsVipra / ProToots

ProToots is a web extension that displays an author's pronouns next to their toots on Mastodon.
Open Software License 3.0
24 stars 4 forks source link

Setup linting using ESLint #36

Closed nachtjasmin closed 1 year ago

nachtjasmin commented 1 year ago

Especially after our recent programming session where we've only found out about specific errors during runtime, I thought it's a good idea to have some checks in advance.

The GitHub Actions check is failing for a reason: the current code is totally broken :sweat_smile: But since you are working on larger refactorings, I haven't fixed it.

I'd suggest that we merge this with the errors and continue to fix the issues in further pull requests. :3