Adding jshintrc to dotfiles
This commit is contained in:
42
jshintrc.symlink
Normal file
42
jshintrc.symlink
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"predef": [
|
||||
"jasmine",
|
||||
"spyOn",
|
||||
"it",
|
||||
"console",
|
||||
"describe",
|
||||
"expect",
|
||||
"beforeEach",
|
||||
"waits",
|
||||
"waitsFor",
|
||||
"runs"
|
||||
],
|
||||
|
||||
"node" : true,
|
||||
"es5" : true,
|
||||
"browser" : true,
|
||||
"dojo" : true,
|
||||
|
||||
"boss" : false,
|
||||
"curly": false,
|
||||
"debug": false,
|
||||
"devel": false,
|
||||
"eqeqeq": true,
|
||||
"evil": true,
|
||||
"forin": false,
|
||||
"immed": true,
|
||||
"laxbreak": false,
|
||||
"smarttabs" : true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": false,
|
||||
"nonew": false,
|
||||
"nomen": false,
|
||||
"onevar": true,
|
||||
"plusplus": false,
|
||||
"regexp": false,
|
||||
"undef": true,
|
||||
"sub": true,
|
||||
"strict": false,
|
||||
"white": false
|
||||
}
|
||||
Reference in New Issue
Block a user