DevTools/CodingStandards: Difference between revisions

Jump to navigation Jump to search
update example to reflect new install path
(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/testing/eslint/node_modules/.bin/eslint
           /some/project/path/tools/lint/eslint/node_modules/.bin/eslint


     "paths": {
     "paths": {
         "linux": [],
         "linux": [],
         "osx": [
         "osx": [
             "/some/project/path/testing/eslint/node_modules/.bin/"
             "/some/project/path/tools/lint/eslint/node_modules/.bin"
         ],
         ],
         "windows": []
         "windows": []
10

edits

Navigation menu