Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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:

enter image description here

or no such directory message.

like image 529
Dmytro Filipenko Avatar asked Mar 02 '15 11:03

Dmytro Filipenko


1 Answers

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

like image 135
Donnie Thomas Avatar answered Sep 29 '22 12:09

Donnie Thomas