erikbrannstrom / atom-jshint

Validate JavaScript with JSHint

Home Page:https://atom.io/packages/jshint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSHint

Atom package

Validate JavaScript with JSHint

Install

$ apm install jshint

Or Settings ➔ Packages ➔ Search for jshint (install Jshint, not Atom Jshint)

Features

  • Validates in realtime.
  • Line and line number turns red on error.
  • Hover over the line number to see the errors.
  • Displays the error from the current line or the first error in the statusbar.
  • Reads your .jshintrc config and jshintConfig in package.json using the same logic as JSHint.
  • Option to only validate on save.
  • Command Jshint: Lint to manually lint.
  • Supports React JSX. (must be enabled in preferences)

License

MIT © Sindre Sorhus

About

Validate JavaScript with JSHint

https://atom.io/packages/jshint

License:MIT License