10
edits
(Updated line length rule to 90) |
(update example to reflect new install path) |
||
Line 50: | Line 50: | ||
<code> | <code> | ||
NOTE: Your local eslint binary is at | NOTE: Your local eslint binary is at | ||
/some/project/path/ | /some/project/path/tools/lint/eslint/node_modules/.bin/eslint | ||
"paths": { | "paths": { | ||
"linux": [], | "linux": [], | ||
"osx": [ | "osx": [ | ||
"/some/project/path/ | "/some/project/path/tools/lint/eslint/node_modules/.bin" | ||
], | ], | ||
"windows": [] | "windows": [] |
edits