Skip to content

Commit

Permalink
Update coffeelint support
Browse files Browse the repository at this point in the history
  • Loading branch information
mnquintana committed Jun 3, 2015
1 parent b969be5 commit 97ff164
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
}
},
"devDependencies": {
"coffeelint": "^1.9.3"
"coffeelint": "^1.10.1"
}
}

0 comments on commit 97ff164

Please sign in to comment.