ESLint Parsing error Unexpecteed token ESLINT || ERROR RESOLVED || JaaScript

preview_player
Показать описание
I was facing an error while working on a project, so thought of sharing it with everyone so it helps someone.
This is what the error was " Parsing error: Unexpected token (FatArrow) ESLINT".

@sirahstacks
Рекомендации по теме
Комментарии
Автор

Very goog The configuration you did worked for me, thanks.

carlesmadridflores
Автор

It`s worked)
I added like that
```json
"eslint.options": {
"configFile": "c:/Users/Alex/.eslintrc",
"extensions": [
"js",
"jsx",
"ts",
"tsx",
"mjs"
],
"setting": "true"
}
```

shulginalexandera