aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
blob: 69802c30ee3cc4ceb4736cfc7b4dc74fea7bc076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
# Road Map

## ESLint

- [ ] "accessor-pairs"
- [ ] "array-bracket-newline"
- [ ] "array-bracket-spacing"
- [ ] "array-callback-return"
- [ ] "array-element-newline"
- [ ] "arrow-body-style"
- [ ] "arrow-parens"
- [ ] "arrow-spacing"
- [ ] "block-scoped-var"
- [ ] "block-spacing"
- [ ] "brace-style"
- [ ] "callback-return"
- [ ] "camelcase"
- [ ] "capitalized-comments"
- [ ] "class-methods-use-this"
- [X] "comma-dangle"
- [ ] "comma-spacing"
- [ ] "comma-style"
- [ ] "complexity"
- [ ] "computed-property-spacing"
- [ ] "consistent-return"
- [ ] "consistent-this"
- [ ] "constructor-super"
- [ ] "curly"
- [ ] "default-case"
- [ ] "default-case-last"
- [ ] "default-param-last"
- [ ] "dot-location"
- [ ] "dot-notation"
- [X] "eol-last"
- [X] "eqeqeq"
- [ ] "for-direction"
- [ ] "func-call-spacing"
- [ ] "func-name-matching"
- [ ] "func-names"
- [ ] "func-style"
- [ ] "function-call-argument-newline"
- [ ] "function-paren-newline"
- [ ] "generator-star-spacing"
- [ ] "getter-return"
- [ ] "global-require"
- [ ] "grouped-accessor-pairs"
- [ ] "guard-for-in"
- [ ] "handle-callback-err"
- [ ] "id-blacklist"
- [ ] "id-length"
- [ ] "id-match"
- [ ] "implicit-arrow-linebreak"
- [X] "indent"
- [X] "indent-legacy"
- [ ] "init-declarations"
- [ ] "jsx-quotes"
- [X] "key-spacing"
- [ ] "keyword-spacing"
- [ ] "line-comment-position"
- [ ] "linebreak-style"
- [ ] "lines-around-comment"
- [X] "lines-around-directive"
- [ ] "lines-between-class-members"
- [ ] "max-classes-per-file"
- [ ] "max-depth"
- [ ] "max-len"
- [ ] "max-lines"
- [ ] "max-lines-per-function"
- [ ] "max-nested-callbacks"
- [ ] "max-params"
- [ ] "max-statements"
- [ ] "max-statements-per-line"
- [ ] "multiline-comment-style"
- [ ] "multiline-ternary"
- [ ] "new-cap"
- [ ] "new-parens"
- [X] "newline-after-var"
- [X] "newline-before-return"
- [ ] "newline-per-chained-call"
- [X] "no-alert"
- [ ] "no-array-constructor"
- [ ] "no-async-promise-executor"
- [ ] "no-await-in-loop"
- [ ] "no-bitwise"
- [ ] "no-buffer-constructor"
- [ ] "no-caller"
- [ ] "no-case-declarations"
- [X] "no-catch-shadow"
- [ ] "no-class-assign"
- [ ] "no-compare-neg-zero"
- [ ] "no-cond-assign"
- [ ] "no-confusing-arrow"
- [X] "no-console"
- [ ] "no-const-assign"
- [ ] "no-constant-condition"
- [ ] "no-constructor-return"
- [ ] "no-continue"
- [ ] "no-control-regex"
- [X] "no-debugger"
- [ ] "no-delete-var"
- [ ] "no-div-regex"
- [ ] "no-dupe-args"
- [ ] "no-dupe-class-members"
- [ ] "no-dupe-else-if"
- [ ] "no-dupe-keys"
- [ ] "no-duplicate-case"
- [ ] "no-duplicate-imports"
- [ ] "no-else-return"
- [ ] "no-empty"
- [ ] "no-empty-character-class"
- [ ] "no-empty-function"
- [ ] "no-empty-pattern"
- [ ] "no-eq-null"
- [X] "no-eval"
- [ ] "no-ex-assign"
- [ ] "no-extend-native"
- [ ] "no-extra-bind"
- [ ] "no-extra-boolean-cast"
- [ ] "no-extra-label"
- [ ] "no-extra-parens"
- [ ] "no-extra-semi"
- [ ] "no-fallthrough"
- [ ] "no-floating-decimal"
- [ ] "no-func-assign"
- [ ] "no-global-assign"
- [ ] "no-implicit-coercion"
- [ ] "no-implicit-globals"
- [ ] "no-implied-eval"
- [ ] "no-import-assign"
- [ ] "no-inline-comments"
- [ ] "no-inner-declarations"
- [ ] "no-invalid-regexp"
- [ ] "no-invalid-this"
- [ ] "no-irregular-whitespace"
- [ ] "no-iterator"
- [ ] "no-label-var"
- [ ] "no-labels"
- [ ] "no-lone-blocks"
- [ ] "no-lonely-if"
- [ ] "no-loop-func"
- [ ] "no-magic-numbers"
- [ ] "no-misleading-character-class"
- [ ] "no-mixed-operators"
- [ ] "no-mixed-requires"
- [ ] "no-mixed-spaces-and-tabs"
- [ ] "no-multi-assign"
- [X] "no-multi-spaces"
- [ ] "no-multi-str"
- [ ] "no-multiple-empty-lines"
- [X] "no-native-reassign"
- [ ] "no-negated-condition"
- [X] "no-negated-in-lhs"
- [ ] "no-nested-ternary"
- [ ] "no-new"
- [ ] "no-new-func"
- [ ] "no-new-object"
- [ ] "no-new-require"
- [ ] "no-new-symbol"
- [ ] "no-new-wrappers"
- [ ] "no-obj-calls"
- [ ] "no-octal"
- [ ] "no-octal-escape"
- [ ] "no-param-reassign"
- [ ] "no-path-concat"
- [ ] "no-plusplus"
- [ ] "no-process-env"
- [ ] "no-process-exit"
- [ ] "no-proto"
- [ ] "no-prototype-builtins"
- [ ] "no-redeclare"
- [ ] "no-regex-spaces"
- [ ] "no-restricted-exports"
- [ ] "no-restricted-globals"
- [ ] "no-restricted-imports"
- [ ] "no-restricted-modules"
- [ ] "no-restricted-properties"
- [ ] "no-restricted-syntax"
- [ ] "no-return-assign"
- [ ] "no-return-await"
- [ ] "no-script-url"
- [ ] "no-self-assign"
- [ ] "no-self-compare"
- [ ] "no-sequences"
- [ ] "no-setter-return"
- [ ] "no-shadow"
- [ ] "no-shadow-restricted-names"
- [X] "no-spaced-func"
- [ ] "no-sparse-arrays"
- [ ] "no-sync"
- [X] "no-tabs"
- [ ] "no-template-curly-in-string"
- [ ] "no-ternary"
- [ ] "no-this-before-super"
- [ ] "no-throw-literal"
- [ ] "no-trailing-spaces"
- [ ] "no-undef"
- [ ] "no-undef-init"
- [ ] "no-undefined"
- [ ] "no-underscore-dangle"
- [ ] "no-unexpected-multiline"
- [ ] "no-unmodified-loop-condition"
- [ ] "no-unneeded-ternary"
- [ ] "no-unreachable"
- [ ] "no-unsafe-finally"
- [ ] "no-unsafe-negation"
- [ ] "no-unused-expressions"
- [ ] "no-unused-labels"
- [ ] "no-unused-vars"
- [ ] "no-use-before-define"
- [ ] "no-useless-backreference"
- [ ] "no-useless-call"
- [ ] "no-useless-catch"
- [ ] "no-useless-computed-key"
- [ ] "no-useless-concat"
- [ ] "no-useless-constructor"
- [ ] "no-useless-escape"
- [ ] "no-useless-rename"
- [ ] "no-useless-return"
- [ ] "no-var"
- [ ] "no-void"
- [ ] "no-warning-comments"
- [ ] "no-whitespace-before-property"
- [ ] "no-with"
- [ ] "nonblock-statement-body-position"
- [ ] "object-curly-newline"
- [X] "object-curly-spacing"
- [ ] "object-property-newline"
- [ ] "object-shorthand"
- [X] "one-var"
- [ ] "one-var-declaration-per-line"
- [ ] "operator-assignment"
- [ ] "operator-linebreak"
- [ ] "padded-blocks"
- [ ] "padding-line-between-statements"
- [ ] "prefer-arrow-callback"
- [ ] "prefer-const"
- [ ] "prefer-destructuring"
- [ ] "prefer-exponentiation-operator"
- [ ] "prefer-named-capture-group"
- [ ] "prefer-numeric-literals"
- [ ] "prefer-object-spread"
- [ ] "prefer-promise-reject-errors"
- [X] "prefer-reflect"
- [ ] "prefer-regex-literals"
- [ ] "prefer-rest-params"
- [ ] "prefer-spread"
- [ ] "prefer-template"
- [X] "quote-props"
- [X] "quotes"
- [ ] "radix"
- [ ] "require-atomic-updates"
- [ ] "require-await"
- [X] "require-jsdoc"
- [ ] "require-unicode-regexp"
- [ ] "require-yield"
- [ ] "rest-spread-spacing"
- [X] "semi"
- [X] "semi-spacing"
- [X] "semi-style"
- [X] "sort-imports"
- [X] "sort-keys"
- [X] "sort-vars"
- [ ] "space-before-blocks"
- [ ] "space-before-function-paren"
- [ ] "space-in-parens"
- [ ] "space-infix-ops"
- [ ] "space-unary-ops"
- [ ] "spaced-comment"
- [ ] "strict"
- [ ] "switch-colon-spacing"
- [ ] "symbol-description"
- [ ] "template-curly-spacing"
- [ ] "template-tag-spacing"
- [ ] "unicode-bom"
- [ ] "use-isnan"
- [X] "valid-jsdoc"
- [ ] "valid-typeof"
- [ ] "vars-on-top"
- [ ] "wrap-iife"
- [ ] "wrap-regex"
- [ ] "yield-star-spacing"
- [ ] "yoda"