Skip to content

Commit

Permalink
Add coffeelint support
Browse files Browse the repository at this point in the history
  • Loading branch information
mnquintana committed May 27, 2015
1 parent 4add223 commit bf2003f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coffeelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
spec/fixtures
6 changes: 6 additions & 0 deletions coffeelint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@
"braces_spacing": {
"spaces": 0,
"level": "error"
},
"spacing_after_comma": {
"level": "error"
},
"no_stand_alone_at": {
"level": "error"
}
}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"0.58.0": "legacyProvideStatusBar"
}
}
},
"devDependencies": {
"coffeelint": "^1.9.7"
}
}

0 comments on commit bf2003f

Please sign in to comment.