bpmn-js/.eslintrc
Nico Rehwaldt 3c895e08ae chore(project): build pre-packaged distros with Rollup
* enables tree-shaking
* simplifies build
2018-04-03 18:09:52 +02:00

6 lines
73 B
Plaintext

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