SyntaxFix
Write A Post
Hire A Developer
Questions
If using Visual Code one option is to add this to the settings.json file:
"eslint.options": { "useEslintrc": false, "parserOptions": { "ecmaVersion": 2017 }, "env": { "es6": true } }