For further actions, you may consider blocking this person and/or reporting abuse
Read next
Solution: Android Emulator is too big and wont fit on screen -Windows 10
Gome510 -
2940. Find Building Where Alice and Bob Can Meet
MD ARIFUL HAQUE -
Automated Testing with jest-axe
Abdulqudus Abubakre -
Six Triple Eight Redux: Fine-Tuning LLMs to Tackle Impossible Mail Mysteries of WWII
es404020 -
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.