bpmn-js/.jshintrc

18 lines
280 B
Plaintext
Raw Normal View History

2014-03-26 16:46:19 +00:00
{
"browser": true,
"node": true,
"strict": true,
"unused": "vars",
"maxlen": 120,
2014-03-26 16:46:19 +00:00
"globals": {
"describe": false,
"it": false,
"expect": true,
"beforeEach": true,
"afterEach": true,
"console": true,
"spyOn": true,
"jasmine": true
2014-03-26 16:46:19 +00:00
}
}