Skip to content

Commit e0f4bf2

Browse files
committed
Add jQuery's core JSHint definitions
1 parent c0af05b commit e0f4bf2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.jshintrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
"node": true
16+
}

0 commit comments

Comments
 (0)