Skip to content

Commit 8cd112d

Browse files
committed
Add .jshintrc
1 parent 1a4d08b commit 8cd112d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.jshintrc

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"boss": true,
3+
"browser": true,
4+
"expr": true,
5+
"eqnull": true,
6+
"indent": 2,
7+
"latedef": true,
8+
"maxlen": 80,
9+
"newcap": false,
10+
"node": true,
11+
"strict": false,
12+
"supernew": true,
13+
"sub": true,
14+
"trailing": true,
15+
"unused": true,
16+
"undef": true
17+
}

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ docs/
44
raw/
55
examples/
66
index.html
7+
.jshintrc

0 commit comments

Comments
 (0)