projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Optionalize size check
[dygraphs.git]
/
auto_tests
/
.jshintrc
1
{
2
"extends": "../.jshintrc",
3
4
"asi": true,
5
"mocha": true,
6
"strict": false,
7
8
"laxbreak": true,
9
10
"globals": {
11
"assert": true,
12
"Dygraph": true,
13
"DygraphOps": true,
14
"Util": true,
15
"CanvasAssertions": true,
16
"PixelSampler": true,
17
"smoothPlotter": true,
18
"$": true,
19
"DygraphCanvasRenderer": true,
20
"DygraphOptions": true
21
}
22
}