This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Add better check style and code formatting #29
Comments
Browsing the source code of aedes mentioned by @mcollina in #32 I noticed that he used StandardJS for the project. |
That's my idea :) |
This was referenced Dec 30, 2016
I added StandardJS and reformatted the code to conform it's rules. I didn't add StandardJS as a development dependency because code formatting and check style is something that is a must for every project. So I prefer using globally installed standardJS instead of duplication in each project. I will create one big pull request together with the changes for #28 and #30 when I'm finished. |
The changes have been merged into the master |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add better check style and code formatting based on ESLint and refactor the souce code to reflect the changes
The text was updated successfully, but these errors were encountered: