Skip to content

Commit c721e07

Browse files
committed
Add coffeelint support
1 parent 1092a20 commit c721e07

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.coffeelintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
spec/fixtures

coffeelint.json

Lines changed: 6 additions & 0 deletions
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
}

0 commit comments

Comments
 (0)