UNPKG

1.42 kBJSONView Raw
1{
2 "defaultSeverity": "error",
3 "jsRules": {},
4 "rules": {
5 "curly": true,
6 "space-before-function-paren": {
7 "options": {
8 "anonymous": "never",
9 "asyncArrow": "always",
10 "constructor": "never",
11 "method": "never",
12 "named": "never"
13 }
14 },
15 "no-consecutive-blank-lines": [true, 1],
16 "one-line": {
17 "options": [
18 "check-catch",
19 "check-else",
20 "check-finally",
21 "check-open-brace",
22 "check-whitespace"
23 ]
24 },
25 "semicolon": true,
26 "no-trailing-whitespace": true,
27 "typedef-whitespace": {
28 "options": [
29 {
30 "call-signature": "nospace",
31 "index-signature": "nospace",
32 "parameter": "nospace",
33 "property-declaration": "nospace",
34 "variable-declaration": "nospace"
35 },
36 {
37 "call-signature": "onespace",
38 "index-signature": "onespace",
39 "parameter": "onespace",
40 "property-declaration": "onespace",
41 "variable-declaration": "onespace"
42 }
43 ]
44 }
45 },
46 "rulesDirectory": []
47}
\No newline at end of file