diff --git a/.eslintrc.js b/.eslintrc.js index 6d5edc392f..4a96cb856e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -131,7 +131,10 @@ module.exports = { worker: true }, globals: { - 'Prism': true + 'Prism': true, + // Allow Set and Map. They are partially supported by IE11 + 'Set': true, + 'Map': true }, rules: { 'no-var': 'off'