Merge "Add .jshintrc"
This commit is contained in:
28
.jshintrc
Normal file
28
.jshintrc
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"predef": [
|
||||
"jQuery",
|
||||
"QUnit",
|
||||
"_"
|
||||
],
|
||||
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonew": true,
|
||||
"plusplus": false,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"laxbreak": true,
|
||||
"browser": true,
|
||||
"nomen": true,
|
||||
"onevar": true,
|
||||
"white": false
|
||||
}
|
||||
Reference in New Issue
Block a user