Commit c8d31357 authored by chen shuai's avatar chen shuai

fix: fix lint error

parent 868b2c6d
...@@ -34,6 +34,6 @@ module.exports = { ...@@ -34,6 +34,6 @@ module.exports = {
'linebreak-style': 0, 'linebreak-style': 0,
}, },
settings: { settings: {
polyfills: ['fetch', 'Promise', 'url', 'object-assign'], polyfills: ['fetch', 'promises', 'url', 'object-assign'],
}, },
}; };
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment