suddi / coffeelint-config-suddi

NPM module with coffeelint configurations for CoffeeScript development (https://www.npmjs.com/package/coffeelint-config-suddi)

Home Page:https://www.npmjs.com/package/coffeelint-config-suddi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coffeelint-config-suddi

CircleCI codecov Codacy Badge npm npm David David license

codecov

npm install --save-dev coffeelint coffeelint-config-suddi

Usage

  • Add the CoffeeLint config to your package.json, for running on your CoffeeScript code:
{
	"scripts": {
		"lint": "coffeelint ."
	},
	"devDependencies": {
		"coffeelint": "^2.1.0",
		"coffeelint-config-suddi": "^3.0.0"
	},
	"coffeelintConfig": {
		"extends": "coffeelint-config-suddi"
	}
}
  • Then apply the linter with npm run lint.

NOTE: You will likely want to include a .coffeelintignore file, as coffeelint, by default will include all .coffee files including those inside of node_modules:

echo "node_modules" > .coffeelintignore

About

NPM module with coffeelint configurations for CoffeeScript development (https://www.npmjs.com/package/coffeelint-config-suddi)

https://www.npmjs.com/package/coffeelint-config-suddi

License:MIT License


Languages

Language:CoffeeScript 100.0%