3.0.6 • Published 4 years ago

coffeelint-config-suddi v3.0.6

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

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
3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.22

6 years ago

2.0.21

7 years ago

2.0.20

7 years ago

2.0.19

7 years ago

2.0.18

7 years ago

2.0.17

7 years ago

2.0.16

7 years ago

2.0.15

7 years ago

2.0.14

7 years ago

2.0.13

7 years ago

2.0.12

7 years ago

2.0.11

7 years ago

2.0.10

7 years ago

2.0.9

7 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago