I am getting this error from ESLint:
error Parsing error: The keyword \'const\' is reserved
from
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 } }