projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3ecc7bcde648da452c88b26983fd4da8621c08fe
[platform/framework/web/crosswalk-tizen.git]
/
1
{
2
"curly": true,
3
"eqeqeq": true,
4
"immed": true,
5
"indent": 4,
6
"eqnull": true,
7
"latedef": true,
8
"noarg": true,
9
"noempty": true,
10
"quotmark": "single",
11
"undef": true,
12
"unused": "vars",
13
"strict": true,
14
"trailing": true,
15
"validthis": true,
16
"bitwise": true,
17
"plusplus": false,
18
"nomen": true,
19
20
"onevar": true,
21
22
"node": true,
23
"predef": [
24
"doctrine",
25
"parseTypeExpression",
26
"parseTop"
27
]
28
}