projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove release.sh, which is now out of date
[dygraphs.git]
/
.jshintrc
1
{
2
"newcap": true,
3
"noarg": true,
4
"shadow": true,
5
"strict": true,
6
"forin": true,
7
"immed": true,
8
"latedef": true,
9
"nonbsp": true,
10
"undef": true,
11
"sub": true,
12
13
"browser": true,
14
"devel": true,
15
"globals": {
16
"DEBUG": true
17
},
18
"maxerr": 100000
19
}