I am getting this error on a state.js file ( at => in the const profile ) cannot understand why ... thanks for feedback
const credentials = { email: \'\'
Turn on ES6:
parserOptions: { parser: 'babel-eslint' },
should be:
parserOptions: { parser: 'babel-eslint', ecmaVersion: 6 },