2.1.3 • Published 10 years ago

docpad-plugin-coffeelint v2.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

11 years ago

2.1.0

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago