Skip to content

Commit 381ed6e

Browse files
committed
added the .jshintrc file
1 parent 1c1d12c commit 381ed6e

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+
"node": true,
3+
"esnext": true,
4+
"bitwise": false,
5+
"curly": false,
6+
"eqeqeq": true,
7+
"eqnull": true,
8+
"immed": true,
9+
"latedef": true,
10+
"newcap": true,
11+
"noarg": true,
12+
"undef": true,
13+
"strict": false,
14+
"trailing": true,
15+
"smarttabs": true
16+
}

0 commit comments

Comments
 (0)