Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docpad/docpad-plugin-jshint

JSHint Plugin for DocPad - seeking new maintainer
https://github.com/docpad/docpad-plugin-jshint

docpad-plugin

Last synced: 25 days ago
JSON representation

JSHint Plugin for DocPad - seeking new maintainer

Awesome Lists containing this project

README

        

docpad-plugin-jshint

Travis CI Build Status
NPM version
NPM downloads
Dependency Status
Dev Dependency Status


GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

JSHint plugin for docpad

## Configure

For information on customizing your plugin configuration you can refer to the [DocPad FAQ](https://github.com/bevry/docpad/wiki/FAQ)

### Ignore Files

```
ignoreFiles: ['path/file.js']
```

`ignoreFiles` accepts an array of file paths to ignore while hinting.

### Ignore Paths

```
ignorePaths: ['path/']
```

`ignorePaths` accepts an array of directory paths to ignore while hinting.

### Ignore Minified Files

```
ignoreMinified: boolean
```

`ignoreMinified` accepts a boolean which determines whether files ending in `.min.js` are ignored. The default is `true`.

### Globals

```
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.

### JSHint options

`hintOptions` is an object where you can pass any of [JSHint's options](http://www.jshint.com/docs/options/)

It's recommended you define these in a `.jshintrc` file instead of config options to make your preferences more portable.

Install

Install this DocPad plugin by entering docpad install jshint into your terminal.

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the Contributing.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the Contributing.md file.

License

Unless stated otherwise all works are:

and licensed under: