Marak / buddypond

Cloud OS and Instant Messenger
https://buddypond.com
Other
153 stars 17 forks source link

adds eslint config with precommit hooks #48

Closed Enubia closed 2 years ago

Marak commented 2 years ago

Thank you for setting this up @Enubia !

We decided against introducing npm and package.json into the project.

We did add the linting rules, but did not include the precommit hooks or the npm deps. Added installation docs in README for eslint.

I ran the linter through the codebase while doing a general code review. Updated most of the files.

Please let us know if you'd like to add any more config files for eslint or code editor. We'll accept most things as long as it doesn't involve adding package.json file.