For further actions, you may consider blocking this person and/or reporting abuse
Read next
🙅10 Common React.js Errors and How to Solve Them✨
Pratik Tamhane -
2461. Maximum Sum of Distinct Subarrays With Length K
MD ARIFUL HAQUE -
C++
Seif Ali Atrous -
Aborted attempt to return meaningful Problem Details responses for model binding errors in an ASP.NET Core Minimal API
nausaf -
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.