.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / urix / .jshintrc
1 {\r
2         "bitwise": true,\r
3         "camelcase": true,\r
4         "curly": false,\r
5         "eqeqeq": true,\r
6         "es3": false,\r
7         "forin": true,\r
8         "immed": false,\r
9         "indent": false,\r
10         "latedef": "nofunc",\r
11         "newcap": false,\r
12         "noarg": true,\r
13         "noempty": true,\r
14         "nonew": false,\r
15         "plusplus": false,\r
16         "quotmark": true,\r
17         "undef": true,\r
18         "unused": "vars",\r
19         "strict": false,\r
20         "trailing": true,\r
21         "maxparams": 5,\r
22         "maxdepth": false,\r
23         "maxstatements": false,\r
24         "maxcomplexity": false,\r
25         "maxlen": 100,\r
26 \r
27         "asi": true,\r
28         "expr": true,\r
29         "globalstrict": true,\r
30         "smarttabs": true,\r
31         "sub": true,\r
32 \r
33         "node": true,\r
34         "globals": {\r
35                 "describe": false,\r
36                 "it": false,\r
37                 "before": false,\r
38                 "beforeEach": false,\r
39                 "after": false,\r
40                 "afterEach": false\r
41         }\r
42 }\r