Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad/docpad-plugin-coffeelint
A CoffeeLint plugin for DocPad - seeking new maintainer!
https://github.com/docpad/docpad-plugin-coffeelint
docpad-plugin
Last synced: 25 days ago
JSON representation
A CoffeeLint plugin for DocPad - seeking new maintainer!
- Host: GitHub
- URL: https://github.com/docpad/docpad-plugin-coffeelint
- Owner: docpad
- License: other
- Created: 2013-07-29T15:37:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T22:29:52.000Z (about 1 year ago)
- Last Synced: 2024-11-07T08:43:02.305Z (3 months ago)
- Topics: docpad-plugin
- Language: CoffeeScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 14
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- Contributing: Contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
docpad-plugin-coffeelint
coffeelint 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.
### coffeelint options
`lintOptions` is an object where you can pass any of [coffeelint's options](http://www.coffeelint.org/#options)
Install
Install this DocPad plugin by entering
docpad install coffeelint
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?
Contributors
These amazing people have contributed code to this project:
-
Benjamin Lupton — view contributions -
Greenkeeper — view contributions -
Jimmy King — view contributions -
Nathan Friedly — view contributions
Discover how you can contribute by heading on over to the Contributing.md
file.
License
Unless stated otherwise all works are:
- Copyright © Jimmy King
and licensed under: