Skip to content

Instantly share code, notes, and snippets.

@scriptonian
Created October 13, 2015 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scriptonian/43b10910bf52643222a3 to your computer and use it in GitHub Desktop.
Save scriptonian/43b10910bf52643222a3 to your computer and use it in GitHub Desktop.
{
"jslint.options": {
"vars": true,
"plusplus": true,
"devel": true,
"nomen": true,
"maxerr": 50,
"es5": true
},
"defaultExtension": "js",
"language": {
"javascript": {
"linting.prefer": ["JSLint", "JSHint"],
"linting.usePreferredOnly": true
}
},
"path": {
"src/thirdparty/CodeMirror/**/*.js": {
"spaceUnits": 2,
"linting.enabled": false
},
"src/thirdparty/globmatch.js": {
"spaceUnits": 2,
"linting.enabled": false
}
},
"spaceUnits": 4,
"useTabChar": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment