UNPKG

1.91 kBPlain TextView Raw
1env:
2 es6: true
3ecmaFeatures:
4 modules: true
5rules:
6 quotes:
7 - 1
8 - "single"
9 comma-dangle:
10 - 1
11 - "never"
12 no-cond-assign:
13 - 1
14 no-constant-condition:
15 - 1
16 no-debugger:
17 - 2
18 no-dupe-args:
19 - 1
20 no-dupe-keys:
21 - 1
22 no-duplicate-case:
23 - 1
24 no-empty:
25 - 1
26 no-ex-assign:
27 - 1
28 no-extra-boolean-cast:
29 - 1
30 no-extra-parens:
31 - 1
32 no-extra-semi:
33 - 1
34 no-func-assign:
35 - 1
36 no-inner-declarations:
37 - 1
38 no-invalid-regexp:
39 - 1
40 no-negated-in-lhs:
41 - 1
42 no-obj-calls:
43 - 1
44 no-regex-spaces:
45 - 1
46 no-sparse-arrays:
47 - 1
48 no-unreachable:
49 - 1
50 use-isnan:
51 - 1
52 valid-typeof:
53 - 1
54 no-unexpected-multiline:
55 - 1
56 block-scoped-var:
57 - 1
58 complexity:
59 - 1
60 consistent-return:
61 - 1
62 curly:
63 - 1
64 dot-location:
65 - 1
66 - "property"
67 eqeqeq:
68 - 1
69 no-alert:
70 - 1
71 no-extend-native:
72 - 1
73 no-redeclare:
74 - 1
75 no-return-assign:
76 - 1
77 no-sequences:
78 - 1
79 no-throw-literal:
80 - 1
81 no-useless-call:
82 - 1
83 vars-on-top:
84 - 1
85 yoda:
86 - 1
87 no-unused-vars:
88 - 1
89 no-use-before-define:
90 - 1
91 array-bracket-spacing:
92 - 1
93 - "never"
94 block-spacing:
95 - 1
96 - "never"
97 brace-style:
98 - 1
99 camelcase:
100 - 1
101 no-proto:
102 - 1
103 no-native-reassign:
104 - 1
105 no-new-func:
106 - 1
107 no-new-wrappers:
108 - 1
109 no-new:
110 - 1
111 no-implicit-coercion:
112 - 1
113 no-invalid-regexp:
114 - 1
115 newline-after-var:
116 - 1
117 - "always"
118 one-var:
119 - 1
120 - always
121 sort-vars:
122 - 1
\No newline at end of file