Skip to content

Commit

Permalink
Remove native Promise warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Michalski committed Jul 27, 2020
1 parent 8f38f13 commit da816bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"env": {
"browser": true,
"node": true
"node": true,
"es6": true
},
"rules": {
"array-bracket-spacing": ["error", "never"],
Expand Down

0 comments on commit da816bb

Please sign in to comment.