Files
dss.web/server/.jshintrc-spec
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00:00

12 lines
172 B
Plaintext
Executable File

{
"extends": ".jshintrc",
"globals": {
"describe": true,
"it": true,
"before": true,
"beforeEach": true,
"after": true,
"afterEach": true
}
}