Skip to content

Instantly share code, notes, and snippets.

@khanhtran3005
Last active March 20, 2016 08:31
Show Gist options
  • Save khanhtran3005/5c64bd96a70c4d2ef809 to your computer and use it in GitHub Desktop.
Save khanhtran3005/5c64bd96a70c4d2ef809 to your computer and use it in GitHub Desktop.
Set up Sublime Linter

Preferences->Package Settings->SublimeLinter->Settings – User

{

  "sublimelinter_executable_map":
    {
        "javascript":"C:/Program Files/nodejs/node.exe",
        "css":"C:/Program Files/nodejs/node.exe",
        "php":"C:/wamp/bin/php/php5.4.3/php.exe"
    }

}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment