docpad-plugin-coffeelint

2.1.3 • Public • Published

coffeelint Plugin for DocPad

NPM version Dependency Status Build Status Gittip donate button

Install

npm install --save docpad-plugin-coffeelint

Configure

For information on customizing your plugin configuration you can refer to the DocPad 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

History

You can discover the history inside the History.md file

Contributing

You can discover the contributing instructions inside the Contributing.md file

License

Licensed under the incredibly permissive MIT License
Copyright © 2013+ Jimmy King hello@jimmyking.me

Dependencies (3)

Dev Dependencies (3)

Package Sidebar

Install

npm i docpad-plugin-coffeelint

Weekly Downloads

0

Version

2.1.3

License

MIT

Last publish

Collaborators

  • 10xlacroixdrinker