Skip to content

Commit

Permalink
chore(eslint): add support for Map to eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Nov 27, 2018
1 parent 5e14405 commit adc12da
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 @@ -10,7 +10,8 @@
"Promise": true,
"Uint8Array" : true,
"ArrayBuffer" : true,
"Set": true
"Set": true,
"Map": true
},
"parserOptions": {
"ecmaVersion": 2017
Expand Down

0 comments on commit adc12da

Please sign in to comment.