Skip to content

Commit b819dc2

Browse files
committed
Re-introduce minimal JSHint config
When JSHint is globally activated in people's editors and IDEs, it's nice to not have it fail, because the rules are different.
1 parent 71aeac7 commit b819dc2

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+
"esversion": 6,
3+
"node": true,
4+
"browser": true,
5+
"laxbreak": true,
6+
"sub": true
7+
}

0 commit comments

Comments
 (0)