With this code:
import React from \'react\'; import { Link } from \'react-router\'; import { View, NavBar } from \'amazeui-touch\'; import * as Pages from \
In my case (im using Firebase Cloud Functions) i opened .eslintrc.json and changed:
.eslintrc.json
"parserOptions": { // Required for certain syntax usages "ecmaVersion": 2017 },
to:
"parserOptions": { // Required for certain syntax usages "ecmaVersion": 2020 },