3.0.6 • Published 5 years ago
coffeelint-config-suddi v3.0.6
coffeelint-config-suddi
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
5 years ago
3.0.5
5 years ago
3.0.4
5 years ago
3.0.2
5 years ago
3.0.1
5 years ago
3.0.0
5 years ago
2.0.22
7 years ago
2.0.21
8 years ago
2.0.20
8 years ago
2.0.19
8 years ago
2.0.18
8 years ago
2.0.17
8 years ago
2.0.16
8 years ago
2.0.15
8 years ago
2.0.14
8 years ago
2.0.13
8 years ago
2.0.12
8 years ago
2.0.11
8 years ago
2.0.10
8 years ago
2.0.9
8 years ago
2.0.8
8 years ago
2.0.7
8 years ago
2.0.6
8 years ago
2.0.5
8 years ago
2.0.4
8 years ago
2.0.3
8 years ago
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago