Confirmed users
313
edits
(Added minimum linter/eslint settings) |
(added windows path) |
||
Line 52: | Line 52: | ||
<code> | <code> | ||
NOTE: Your local eslint binary is at | NOTE: Your local eslint binary is at | ||
/some | /some-project-path/tools/lint/eslint/node_modules/.bin/eslint | ||
"paths": { | "paths": { | ||
"linux": [], | "linux": [], | ||
"osx": [ | "osx": [ | ||
"/some | "/some-project-path/tools/lint/eslint/node_modules/.bin" | ||
], | ], | ||
"windows": [] | "windows": [ | ||
"C:\\some-project-path\\tools\\lint\\eslint\\node_modules\\.bin" | |||
] | |||
}, | }, | ||
</code> | </code> |