We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75082f commit fe44715Copy full SHA for fe44715
config/.eslintrc.js
@@ -31,7 +31,7 @@ module.exports = {
31
'unused-imports'
32
],
33
'parserOptions': {
34
- 'ecmaVersion': 2015,
+ 'ecmaVersion': 2017,
35
'sourceType': 'module'
36
},
37
'overrides': [
0 commit comments