Answer the question
In order to leave comments, you need to log in
Connect gulp How to fix the error?
What is the error and how to fix it? how to connect gulp to the project?
Answer the question
In order to leave comments, you need to log in
Change the ESLint config. By default, it checks for ES5 syntax.
{
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question