mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 17:16:02 +00:00
c3e4ad3e40
Closes #204
19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
{
|
|
"browser": true,
|
|
"node": true,
|
|
"strict": true,
|
|
"unused": "vars",
|
|
"maxlen": 120,
|
|
"expr": true,
|
|
"globals": {
|
|
"describe": false,
|
|
"it": false,
|
|
"expect": true,
|
|
"beforeEach": true,
|
|
"afterEach": true,
|
|
"console": true,
|
|
"spyOn": true,
|
|
"jasmine": true
|
|
}
|
|
}
|