There was an error while loading. Please reload this page.
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).
npm run lint
<script>
Run npm run lint -- --fix to automatically fix some errors.
npm run lint -- --fix
Optionally, if you use Atom, you can get linting errors directly in the editor with linter-eslint.