I failed to find an active maintainer. See linter-jshint for an alternative. However, I would strongly recommend trying out ESLint (Atom plugin) instead. It's just so much better than JSHint. XO (Atom plugin), which is an ESLint wrapper with sensible defaults, is also a good choice.
Validate JavaScript with JSHint
$ apm install jshint
Or Settings → Install → Search for jshint
(install Jshint
, not Atom Jshint
)
.jshintrc
config and jshintConfig
in package.json using the same logic as JSHint.Jshint: Lint
to manually lint.Jshint: Go To Next Error
to move the cursor to the next error in the current editor.Jshint: Go To Error
to move the cursor to the error displayed in the statusbar.MIT © Sindre Sorhus
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.