DevTools/CodingStandards: Difference between revisions

updated the path since eslint has moved
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/tools/lint/eslint/node_modules/.bin/eslint
           /some-project-path/node_modules/.bin/eslint


     "paths": {
     "paths": {
         "linux": [],
         "linux": [],
         "osx": [
         "osx": [
             "/some-project-path/tools/lint/eslint/node_modules/.bin"
             "/some-project-path/node_modules/.bin"
         ],
         ],
         "windows": [
         "windows": [
             "C:\\some-project-path\\tools\\lint\\eslint\\node_modules\\.bin"
             "C:\\some-project-path\\node_modules\\.bin"
         ]
         ]
     },
     },
Confirmed users
313

edits