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

chore(ESLint): add Promise to globals

parent c27eaa4c
...@@ -3,6 +3,9 @@ module.exports = { ...@@ -3,6 +3,9 @@ module.exports = {
"node": true "node": true
}, },
"extends": "eslint:recommended", "extends": "eslint:recommended",
"globals": {
"Promise": true,
},
"parserOptions": { "parserOptions": {
"ecmaVersion": 5 "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