UNPKG

362 BPlain TextView Raw
1{
2 "camelcase" : true,
3 "indent": 4,
4 "strict": true,
5 "undef": true,
6 "unused": true,
7 "quotmark": "single",
8 "maxlen": 120,
9 "trailing": true,
10 "curly": true,
11
12 "devel": true,
13
14 "browser":true,
15 "jquery":true,
16 "predef": [
17 "angular",
18 "define",
19 "require",
20 "app"
21 ]
22}
\No newline at end of file