Skip to content

Instantly share code, notes, and snippets.

@szagi3891
Last active February 4, 2016 07:55
Show Gist options
  • Save szagi3891/1427d091e4ea5a3662ec to your computer and use it in GitHub Desktop.
Save szagi3891/1427d091e4ea5a3662ec to your computer and use it in GitHub Desktop.
bracket
{
"themes.theme": "brackets-eclipse-theme",
"jslint.enable": false,
"jshint.options": {
"unused": true,
"undef": true,
"nonew": true,
"esnext": true,
"evil": true,
"eqeqeq": true,
"notypeof": false,
"eqnull": true,
"maxerr": 1000,
"expr": true,
"asi": false,
"es3": true,
"curly": true,
"noarg": true,
"trailing": false,
"iterator": true,
"lastsemic": true,
"loopfunc": true,
"proto": true,
"shadow": false,
"supernew": true,
"bitwise": false,
"freeze": true,
"funcscope": true,
"latedef": false,
"nonbsp": true,
"withstmt": true,
"laxbreak": true
},
"jshint.globals": [
"require",
"define",
"document",
"setTimeout",
"setInterval",
"clearTimeout",
"clearInterval",
"window",
"localStorage",
"sessionStorage",
"history",
"navigator",
"Image"
],
"language.fileExtensions": {
"jqtpl": "html",
"cdt": "javascript"
},
"linting.enabled": true,
"showCodeHints": true,
"linting.collapsed": false,
"fonts.fontSize": "13px",
"fonts.fontFamily": "'SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace",
"livedev.multibrowser": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment