We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.