Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit f403ef1

Browse files
committed
Added .jshintrc.
1 parent e09289d commit f403ef1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.jshintrc

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
"browser": true,
17+
"jquery": true
18+
}

0 commit comments

Comments
 (0)