webstormeslint

ESLint in WebStorm


Has anybody encountered the problem ESLint not loading in WebStorm? I'm trying to specify a path /usr/local/bin/eslint, /usr/local/bin,

Every time I got this message:

Screenshot of the shown error message "Please specify ESLint package correctly"

or no such directory message.


Solution

  • You need to point that field to the actual ESLint script. This would usually be the place where you've installed the ESLint npm package or command-line tool.

    ESLint Package Location