coffeelint-jasmine
v0.0.2
Published
linting to prevent you from commiting jasmine helpers like iit
Downloads
3
Maintainers
Readme
coffeelint-jasmine
prevents you from committing tests annotation as iit, ddescribe, xit, xdescribe
Installation
Add this to your coffeelint.json
"no_jasmine_annotations": {
"module": "coffeelint-jasmine",
"level": "error"
}