mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-09 16:45:49 +00:00
10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
{
|
|
"extends": "plugin:bpmn-io/es6",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"globals": {
|
|
"Promise": true
|
|
}
|
|
}
|