Skip to content

Commit 24298d3

Browse files
committed
Add JSHint config
1 parent 008d558 commit 24298d3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.jshintrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"browser": true,
3+
"devel": true,
4+
"immed": true,
5+
"maxlen": 80,
6+
"noarg": true,
7+
"predef": [ "chrome", "InspectorJSON" ],
8+
"quotmark": true,
9+
"trailing": true,
10+
"undef": true,
11+
"unused": true
12+
}

0 commit comments

Comments
 (0)