Skip to content

hmalphettes/atom-jshint

 
 

Repository files navigation

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.
  • First error is displayed in the statusbar.
  • Reads your .jshintrc config and jshintConfig in package.json using the same logic as JSHint.
  • Option to only validate on save.
  • Supports React JSX.

License

MIT © Sindre Sorhus

About

Validate JavaScript with JSHint

Resources

Stars

Watchers

Forks

Packages

No packages published