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

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 bc51178 commit 0aa4f10
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 @@ -10,6 +10,6 @@
},
"dependencies": {},
"devDependencies": {
"coffeelint": "^1.9.3"
"coffeelint": "^1.9.7"
}
}

0 comments on commit 0aa4f10

Please sign in to comment.