Reputation: 2887
I using WebStorm version 10.0.4
Upvotes: 0
Views: 194
Reputation: 4957
You need to install ESLint via npm either locally in your project or globally, then go to WebStorm Preferences - Languages & Frameworks - JavaScript - Code quality tools - ESLint and Enable it. You would also need to add an ESLint config file (e.g. .eslintrc) to your project. WebStorm doesn't provide any built-in functionality to count the lines in your project.
Upvotes: 1