For further actions, you may consider blocking this person and/or reporting abuse
Read next
Ever save a LinkedIn post thinking, “I’ll get back to this later,” but totally forget?
Aya Ragab -
How to write elegant code 1: Keep the chain of event calls short
code plato -
MBA em Desenvolvimento de Software Avançado com foco em Ruby on Rails
Alexandre Calaça -
How to Master the Art of Using Brainstorming Diagrams to Boost Creativity
Blair Lassiter -
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.