Confirmed users
313
edits
m (Use px) |
(updated the path since eslint has moved) |
||
Line 52: | Line 52: | ||
<code> | <code> | ||
NOTE: Your local eslint binary is at | NOTE: Your local eslint binary is at | ||
/some-project-path | /some-project-path/node_modules/.bin/eslint | ||
"paths": { | "paths": { | ||
"linux": [], | "linux": [], | ||
"osx": [ | "osx": [ | ||
"/some-project-path | "/some-project-path/node_modules/.bin" | ||
], | ], | ||
"windows": [ | "windows": [ | ||
"C:\\some-project-path | "C:\\some-project-path\\node_modules\\.bin" | ||
] | ] | ||
}, | }, |