diff --git a/.eslintrc.json b/.eslintrc.json index 47430bdf2..0d5daf79c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -79,7 +79,8 @@ }, "globals": { "Blockly": true, - "goog": true + "goog": true, + "exports": true }, "extends": [ "eslint:recommended"