aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-02-08 12:13:23 -0500
committertaehoon <th.dev91@gmail.com>2019-02-15 13:34:33 -0500
commit546ba9eba98041ef1c097541a734c73c4917070e (patch)
treec355eeb65aeeff9b4222c0f9a2bb6cc6dddcb056 /.eslintrc.js
parentb458b2ae5f6c939781af16e32b50e61e1c1bf929 (diff)
Revert eslintrc changes
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