We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dead59 commit 216549aCopy full SHA for 216549a
.gitignore
@@ -4,7 +4,6 @@ start.sh
4
*.tsv
5
*.csv
6
.settings
7
-.jshintrc
8
.project
9
npm-debug.log
10
.vscode
.jshintrc
@@ -0,0 +1,20 @@
1
+{
2
+ "bitwise" : true,
3
+ "browser" : true,
+ "curly" : true,
+ "eqeqeq" : true,
+ "es3" : false,
+ "forin" : false,
+ "jquery" : true,
+ "latedef" : true,
+ "maxparams" : 5,
11
+ "maxdepth" : 3,
12
+ "maxstatements" : false,
13
+ "noarg" : true,
14
+ "node" : true,
15
+ "nonew" : true,
16
+ "undef" : true,
17
+ "unused" : true,
18
+ "strict" : false,
19
+ "esversion" : 6
20
+}
0 commit comments