aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 32842d3c..800f9a4f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,12 +10,6 @@ module.exports = {
plugins: [
'html'
],
- globals: {
- 'FileReader': false,
- 'Element': false,
- 'FormData': false,
- 'XMLHttpRequest': false
- },
// add your custom rules here
rules: {
// allow paren-less arrow functions