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

Commit

Permalink
Update coffeelint support
Browse files Browse the repository at this point in the history
  • Loading branch information
mnquintana committed May 27, 2015
1 parent 667ae1f commit 83b71bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coffeelintignore
@@ -0,0 +1 @@
spec/fixtures
6 changes: 6 additions & 0 deletions coffeelint.json
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
Expand Up @@ -20,6 +20,6 @@
"underscore-plus": "^1.0.0"
},
"devDependencies": {
"coffeelint": "^1.9.3"
"coffeelint": "^1.9.7"
}
}

1 comment on commit 83b71bc

@charitysells
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint trap

Please sign in to comment.