For further actions, you may consider blocking this person and/or reporting abuse
Read next

Should I install Typescript globally or at DevDependency ?
Philip Purwoko -

What on earth is a Data Scientist? ๐ค
Amelia Vieira Rosado ๐ฃโจ -

Summarizing Namaste ๐ JavaScript EP09,10,11,12,13(Block scope and Closures)
Abhinav Singh Jamwal -

Testing in production, is that the way to go?
Adรกn Carrasco -
Discussion (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.