For further actions, you may consider blocking this person and/or reporting abuse
The Next Generation Developer Platform
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Read next

AI System Detects Offensive Memes with 85% Accuracy in Singapore's Cultural Context
Mike Young -

AI Dataset Reveals How Experts Make Complex Science Talks Easy to Understand
Mike Young -

Student AI Models Outperform Teachers in Single-Camera Depth Estimation
Mike Young -

New AI Model Creates Multi-Layer Transparent Images with Breakthrough Accuracy
Mike Young -
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.