Skip to content

Commit e8909e5

Browse files
committed
add JSHintrc
1 parent 3cf0b37 commit e8909e5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.jshintrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"asi": true,
3+
"laxbreak": true,
4+
"laxcomma": true,
5+
"node": true,
6+
"strict": true
7+
}

0 commit comments

Comments
 (0)