Commit 0709126f authored by Julien Fontanet's avatar Julien Fontanet

chore(ESLint): add Promise to globals

parent c27eaa4c
......@@ -3,6 +3,9 @@ module.exports = {
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Promise": true,
},
"parserOptions": {
"ecmaVersion": 5
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment