bpmn-js/.eslintrc

10 lines
114 B
Plaintext

{
"extends": "plugin:bpmn-io/es6",
"env": {
"browser": true
},
"globals": {
"Promise": true
}
}