repo.or.cz
/
jquery.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No ticket. Remove the unnecessary guard in addGetHookIf. Close gh-1426.
[jquery.git]
/
.jshintrc
blob
13a9e01b91f713fef5a21833a9a236ac3f189ec4
1
{
2
"boss": true,
3
"curly": true,
4
"eqeqeq": true,
5
"eqnull": true,
6
"expr": true,
7
"immed": true,
8
"noarg": true,
9
"onevar": true,
10
"quotmark": "double",
11
"smarttabs": true,
12
"trailing": true,
13
"undef": true,
14
"unused": true,
15
16
"node": true
17
}