Skip to content

Instantly share code, notes, and snippets.

@petershin
Created January 11, 2018 19:47
Show Gist options
  • Save petershin/578e4f2c9c60a8687c50d2204cf95c2c to your computer and use it in GitHub Desktop.
Save petershin/578e4f2c9c60a8687c50d2204cf95c2c to your computer and use it in GitHub Desktop.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\eslint\bin\eslint.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\eslint\bin\eslint.js" %*
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment