Browse Source

remove eslint warning

afc163 7 years ago
parent
commit
152ec7dc89
1 changed files with 0 additions and 5 deletions
  1. 0 5
      .eslintrc.js

+ 0 - 5
.eslintrc.js

@@ -61,11 +61,6 @@ module.exports = {
     'no-restricted-globals': [0],
     'require-yield': [1],
   },
-  parserOptions: {
-    ecmaFeatures: {
-      experimentalObjectRestSpread: true,
-    },
-  },
   settings: {
     polyfills: ['fetch', 'promises'],
   },