Skip to content

Commit 216549a

Browse files
committed
i50: update gitignore
1 parent 5dead59 commit 216549a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ start.sh
44
*.tsv
55
*.csv
66
.settings
7-
.jshintrc
87
.project
98
npm-debug.log
109
.vscode

.jshintrc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"bitwise" : true,
3+
"browser" : true,
4+
"curly" : true,
5+
"eqeqeq" : true,
6+
"es3" : false,
7+
"forin" : false,
8+
"jquery" : true,
9+
"latedef" : true,
10+
"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

Comments
 (0)