Browse Source

remove eslint warning

afc163 7 năm trước cách đây
mục cha
commit
152ec7dc89
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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'],
   },