Skip to content

Validate your JS against JSHint as you type, while using Atom

License

Notifications You must be signed in to change notification settings

framerate/atom-jshint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom-jshint

The original and most used JSHint package for Atom.

Validates your JS files against JSHint on save and as you type.

Scrollable pane

Installation

apm install atom-jshint

Or Preferences > Packages > Search for atom-jshint (install atom-jshint, not jshint).

Usage

This package will run against your currently open file as you type and when you save.

Included features

  • Supports jshintConfig in package.json
  • Supports custom .jshintrc file in project root and all parent directories
  • Line number turns red when error on that line
  • Once you move your cursor to a line with an error, it will show in the status bar.
  • Configure how you want JSHint to run.
  • Shows a scrollable pane of errors

Contributing

I'd love for people to get involved in the development of this plugin, so please do create issues and pull requests.

About

Validate your JS against JSHint as you type, while using Atom

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 85.0%
  • CoffeeScript 9.9%
  • CSS 5.1%