Skip to content

Commit 7312568

Browse files
committed
Add JSHint config and initial lint output
1 parent 5559dd8 commit 7312568

File tree

2 files changed

+967
-38095
lines changed

2 files changed

+967
-38095
lines changed

.jshintrc

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

0 commit comments

Comments
 (0)