We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4d08b commit 8cd112dCopy full SHA for 8cd112d
.jshintrc
@@ -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
@@ -4,3 +4,4 @@ docs/
raw/
examples/
index.html
+.jshintrc
0 commit comments