Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
chore(project): declare Promise as a global variable for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzeroglu authored and nikku committed Apr 29, 2020
1 parent 7c8abfb commit ef2a6d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extends": "plugin:bpmn-io/es6",
"env": {
"browser": true
},
"globals": {
"Promise": true
}
}
}

0 comments on commit ef2a6d0

Please sign in to comment.