aboutsummaryrefslogtreecommitdiffstats
path: root/dist/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'dist/.eslintrc.json')
-rw-r--r--dist/.eslintrc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/.eslintrc.json b/dist/.eslintrc.json
index 6108d1619..bf60c4c18 100644
--- a/dist/.eslintrc.json
+++ b/dist/.eslintrc.json
@@ -3,8 +3,19 @@
"extends": "../.eslintrc-browser.json",
+ "parserOptions": {
+ "ecmaVersion": 5,
+ "sourceType": "script"
+ },
+
"rules": {
// That is okay for the built version
"no-multiple-empty-lines": "off"
+ },
+
+ "globals": {
+ "define": false,
+ "module": true,
+ "Symbol": false
}
}