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