I am getting this error from ESLint:
error Parsing error: The keyword \'const\' is reserved
from
I used .eslintrc.js and I have added following code.
module.exports = { "parserOptions": { "ecmaVersion": 6 } };