Skip to content

Commit adc12da

Browse files
committed
chore(eslint): add support for Map to eslintrc
1 parent 5e14405 commit adc12da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"Promise": true,
1111
"Uint8Array" : true,
1212
"ArrayBuffer" : true,
13-
"Set": true
13+
"Set": true,
14+
"Map": true
1415
},
1516
"parserOptions": {
1617
"ecmaVersion": 2017

0 commit comments

Comments
 (0)