For further actions, you may consider blocking this person and/or reporting abuse
Read next
Prisma db push or pull stuck?
Abdullah Bashir -
Error: ENOENT: no such file or directory, stat '/opt/render/project/src/public/index.html'
mibii -
A Comprehensive and User-Friendly Project README.md Template
Zane -
ChatGPT: Beyond an Assistant, Your Trusted Confidant in the Digital Age
Jose Ventura -
Top comments (2)
Something like this?
This is for ES6
This is for ES5
I have an old project with mixed ES5 and ES6 files and they are linted by different
.eslintrc.json
, with something like this:The main problem is that the eslint config file is a yml file which is autocreated by yeoman. I couldn't use async await with that config.