bpmn-js/lib/.eslintrc

8 lines
89 B
Plaintext

{
"plugins": [
"import"
],
"rules": {
"import/no-unresolved": "error"
}
}