Browse Source

remove eslint warning

pull/2064/head
afc163 8 years ago
parent
commit
152ec7dc89
  1. 5
      .eslintrc.js

5
.eslintrc.js

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

Loading…
Cancel
Save