Merge "Improve wording of imageinfo API userid prop"
[lhc/web/wiklou.git] / .jscsrc
1 {
2 "preset": "wikimedia",
3
4 "disallowQuotedKeysInObjects": null,
5 "requireVarDeclFirst": null,
6 "jsDoc": null,
7
8 "requireDotNotation": { "allExcept": [ "keywords" ] },
9
10 "excludeFiles": [
11 "docs/**",
12 "extensions/**",
13 "node_modules/**",
14 "resources/lib/**",
15 "resources/src/jquery.tipsy/**",
16 "resources/src/jquery/jquery.farbtastic.js",
17 "resources/src/mediawiki.libs/**",
18 "skins/**",
19 "vendor/**"
20 ]
21 }