I made a fresh CRA app via yarn create react-app
and installed yarn add -D eslint
.
When selecting eslint path for my IDE, I noticed there's both node_modules/eslint
and node_modules/@eslint
in my project.
What's the difference and why are both there?
Asked
Active
Viewed 38 times
0

Michal Kurz
- 1,592
- 13
- 41
-
Maybe this can be useful https://stackoverflow.com/questions/36293481/use-of-symbol-in-node-module-names – vinkovsky Dec 12 '20 at 16:18
-
Does this answer your question? [Use of @ symbol in Node module names](https://stackoverflow.com/questions/36293481/use-of-symbol-in-node-module-names) – Nikas music and gaming Dec 12 '20 at 19:58
-
@Nikasmusicandgaming Partly - now I know what it means, but still not sure why are both present and what's the difference between them. – Michal Kurz Dec 13 '20 at 20:27