Skip to content
Paco edited this page Oct 8, 2018 · 2 revisions

Style Guide

Left uses ESLint with the JavaScript Standard Style guide.

Run npm run lint to lint all the JavaScript files (and <script> tags in any HTML files).

Run npm run lint -- --fix to automatically fix some errors.

Optionally, if you use Atom, you can get linting errors directly in the editor with linter-eslint.

Clone this wiki locally