From 13725f040bca346a7b35b832f36f4e86c5da11e4 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Thu, 7 Feb 2019 03:05:59 -0500
Subject: Add avatar crop popup
---
.eslintrc.js | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
(limited to '.eslintrc.js')
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
--
cgit v1.2.3-70-g09d2