Skip to content

Commit bcf60ac

Browse files
committed
Add jshintrc
1 parent 7cf8f5d commit bcf60ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.jshintrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"node": true,
3+
"undef": true,
4+
"unused": true,
5+
"esnext": true
6+
}

0 commit comments

Comments
 (0)