-
Notifications
You must be signed in to change notification settings - Fork 276
Standards and Guidelines
X O edited this page Feb 28, 2017
·
6 revisions
We highly recommend you use an editor plugin to verify you're following our standards before you commit. If we find too many issues we may opt to close the PR until you've fixed enough of the errors.
We do provide tests via our package.json
for the CSS and Javascript as well as pytests for the Python so please use them to make sure you commits are error free.
We try to follow the https://www.python.org/dev/peps/pep-0008/ and https://www.python.org/dev/peps/pep-0257/ as much as possible.
We use loglevel for logging. Please do not use console.log
.
For linting we use xo with all the defaults.
For linting we use stylelint-config-standard.