lint-coffee-strict
v1.2.1
Published
coffeelint preconfigured with WappForge style guide
Downloads
4
Readme
[email protected]
coffeelint preconfigured with WappForge style guide
Usage
LintRunner = require 'lint-coffee-strict'
LintRunner.run ["src/**/*.coffee", "examples/**/*.coffee"]
# Lint all files in src/ and examples/ and show debug information on lint-coffee-strict
DEBUG=lint-coffee-strict lint-coffee-strict src/**/*.coffee examples/**/*.coffee
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install lint-coffee-strict --save
This package is provided in these module formats:
- CommonJS
Dependencies
- coffee-script: Unfancy JavaScript
- coffeelint: Lint your CoffeeScript
- coffeelint-camel-case-vars: A CoffeeLint rule that ensures variables are camelCased
- coffeelint-no-mocha-only: This CoffeeLint plugin verifies there are no describe.only's or it.only's left in mocha tests
- coffeelint-no-operation-expression: Coffeelint rule that detects code that doesn't do anything
- coffeelint-variable-scope: CoffeeLint rule that warn you when you accidentally overwrite outer scope variable
- debug: small debugging utility
- glob: a little globber
Dev Dependencies
- create-readme: Automatically creates README.md based on package.json and other existing files.
- ghooks: Simple git hooks
- nsp: The Node Security (nodesecurity.io) command line interface
- semantic-release: automated semver compliant package publishing
- validate-commit-message: GIT COMMIT-MSG hook for validating commit message.