Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 83b71bc

Browse files
committed
Update coffeelint support
1 parent 667ae1f commit 83b71bc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.coffeelintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spec/fixtures

coffeelint.json

+6
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,11 @@
2727
"braces_spacing": {
2828
"spaces": 0,
2929
"level": "error"
30+
},
31+
"spacing_after_comma": {
32+
"level": "error"
33+
},
34+
"no_stand_alone_at": {
35+
"level": "error"
3036
}
3137
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"underscore-plus": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"coffeelint": "^1.9.3"
23+
"coffeelint": "^1.9.7"
2424
}
2525
}

0 commit comments

Comments
 (0)