git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
DYEBench should use TodoMVC to test FlightJS for consistency
[WebKit-https.git]
/
PerformanceTests
/
DoYouEvenBench
/
resources
/
todomvc
/
dependency-examples
/
flight
/
.jshintrc
1
{
2
"node": true,
3
"browser": true,
4
"esnext": true,
5
"bitwise": true,
6
"camelcase": true,
7
"curly": true,
8
"eqeqeq": true,
9
"immed": true,
10
"indent": 4,
11
"latedef": true,
12
"newcap": true,
13
"noarg": true,
14
"quotmark": "single",
15
"regexp": true,
16
"undef": true,
17
"unused": true,
18
"strict": true,
19
"trailing": true,
20
"smarttabs": true,
21
"white": true,
22
"validthis": true
23
}