Open quadrophobiac opened 7 years ago
excellent discussion on this topic in this PR https://github.com/theodi/comma-chameleon/pull/174
Using @chris48s's response to spec this ticket
[ ] Add standard js to project requirements
[ ] Bring existing code into line with guidance:
standard --fix
on codebase to automatically convert as much as possible to to standard js conventions[ ] Remove JsHint config files (.jshintrc
, .jshintignore
) from root/subdirs + JsHint package
[ ] Edit Travis config to run Standard Js linter in CI build instead of JsHint
A bare bones Javascript style guide has been cribbed from Electron. Has anyone any recommendations on a good JS style guide for use in our contributors guide?