For further actions, you may consider blocking this person and/or reporting abuse
Read next
Empowering Dreams: A Day of Joy and Learning
Bhuvaneswari Subramani -
Building an Event-Driven Architecture for Content Embedding Generation with AWS Bedrock, DynamoDb, and AWS Batch
Salam Shaik -
Mastering Docker Image Building: A Complete Guide to Creating Efficient Docker Images
Abhay Singh Kathayat -
Mastering Docker Hub: A Guide to Storing, Sharing, and Managing Docker Images
Abhay Singh Kathayat -
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.