Thanks for your interest! In order to keep the code coherent there are some easy-to-follow rules.
- Use JSHint and respect the
.jshintrcfile. - Use EditorConfig and respect the
.editorconfigfile. - Use
npm run docto generate an annotated code source withdoccoand start using it! - Write test for your modifications (use
mochaandchaimodules). - Keep the code coverage as high as possible (100% is awesome!). Install
istanbulmodule and runnpm run coverageto check it. - Proudly add yourself to the contributors in
package.json! 👍