Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 757 Bytes

Please feel free to contribute ideas, bug reports, documentation, code, and anything else that comes to mind!

Running your HTML through tidy using the provided config file is appreciated. Here is a suggestion of how to run tidy:

tidy -config tidyconfig.txt -file errors.txt -modify index.html

Running your Javascript through js-beautify is appreciated:

js-beautify --indent-size=4 -n --replace plots.js

If you would like to run your code through jshint (2.6.3 for now), this command is suggested:

java -jar rhino-1.7.9.jar jshint-rhino.js plots.js undef=true,devel=true,maxerr=999