Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.01 KB

I'm looking for a new maintainer for this project. I'm afraid I no longer use it and do not have the time to maintain it :(

Atom-jshint

The original 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
  • Configure how you want JSHint to run.
  • Shows a scrollable pane of of clickable errors

Contributing

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