aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/python.js
Commit message (Collapse)AuthorAge
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
| | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com>
* Fix python compiler implementationAustin Morton2020-02-25
| | | | Closes #1847
* Remove last remaining vars and fix formattingRabsRincon2020-01-08
|
* * Add Python support (#1612)Sebastian2019-10-30