JSHint plugin for docpad
For information on customizing your plugin configuration you can refer to the DocPad FAQ
ignoreFiles: ['path/file.js']
ignoreFiles
accepts an array of file paths to ignore while hinting.
ignorePaths: ['path/']
ignorePaths
accepts an array of directory paths to ignore while hinting.
ignoreMinified: boolean
ignoreMinified
accepts a boolean which determines whether files ending in .min.js
are ignored. The default is true
.
globals: {var: boolean}
globals
is an object of global variables, with keys as names and a boolean value to determine if they are assignable.
It's recommended you define these in a .jshintrc
file instead of config options to make your preferences more portable.
hintOptions
is an object where you can pass any of JSHint's options
It's recommended you define these in a .jshintrc
file instead of config options to make your preferences more portable.
Install this DocPad plugin by entering docpad install jshint
into your terminal.
Discover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the Contributing.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- Benjamin Lupton — view contributions
- Greenkeeper — view contributions
- Jimmy King — view contributions
- Nathan Friedly — view contributions
- Patrick Eriksson — view contributions
Discover how you can contribute by heading on over to the Contributing.md
file.
Unless stated otherwise all works are:
- Copyright © Jimmy King
and licensed under: