diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-08 12:13:23 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-15 13:34:33 -0500 |
| commit | 546ba9eba98041ef1c097541a734c73c4917070e (patch) | |
| tree | c355eeb65aeeff9b4222c0f9a2bb6cc6dddcb056 /.eslintrc.js | |
| parent | b458b2ae5f6c939781af16e32b50e61e1c1bf929 (diff) | |
Revert eslintrc changes
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 6 |
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 |
