@rushstack/eslint-config 2.5.1 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md DELETED
@@ -1,374 +0,0 @@
1
- # Change Log - @rushstack/eslint-config
2
-
3
- This log was last generated on Mon, 27 Dec 2021 16:10:40 GMT and should not be manually modified.
4
-
5
- ## 2.5.1
6
- Mon, 27 Dec 2021 16:10:40 GMT
7
-
8
- ### Patches
9
-
10
- - Re-enable eslint-plugin-promise rules which now support ESLint v8
11
-
12
- ## 2.5.0
13
- Mon, 06 Dec 2021 16:08:32 GMT
14
-
15
- ### Minor changes
16
-
17
- - Temporarily disable eslint-plugin-promise until ESLint v8 support is added (https://github.com/xjamundx/eslint-plugin-promise/issues/218)
18
-
19
- ## 2.4.5
20
- Fri, 05 Nov 2021 15:09:18 GMT
21
-
22
- _Version update only_
23
-
24
- ## 2.4.4
25
- Wed, 27 Oct 2021 00:08:15 GMT
26
-
27
- ### Patches
28
-
29
- - Update the package.json repository field to include the directory property.
30
-
31
- ## 2.4.3
32
- Wed, 13 Oct 2021 15:09:54 GMT
33
-
34
- _Version update only_
35
-
36
- ## 2.4.2
37
- Thu, 07 Oct 2021 07:13:35 GMT
38
-
39
- ### Patches
40
-
41
- - Update typescript-eslint to add support for TypeScript 4.4.
42
-
43
- ## 2.4.1
44
- Thu, 23 Sep 2021 00:10:40 GMT
45
-
46
- _Version update only_
47
-
48
- ## 2.4.0
49
- Mon, 12 Jul 2021 23:08:26 GMT
50
-
51
- ### Minor changes
52
-
53
- - Upgrade @typescript-eslint/* packages to 4.28.0 (GitHub #2389)
54
-
55
- ## 2.3.4
56
- Mon, 12 Apr 2021 15:10:28 GMT
57
-
58
- _Version update only_
59
-
60
- ## 2.3.3
61
- Tue, 06 Apr 2021 15:14:22 GMT
62
-
63
- ### Patches
64
-
65
- - Switch to range version specifier for Typescript experimental utils
66
-
67
- ## 2.3.2
68
- Thu, 10 Dec 2020 23:25:49 GMT
69
-
70
- ### Patches
71
-
72
- - Upgrade to TSDoc 0.12.24
73
-
74
- ## 2.3.1
75
- Wed, 11 Nov 2020 01:08:58 GMT
76
-
77
- _Version update only_
78
-
79
- ## 2.3.0
80
- Fri, 30 Oct 2020 06:38:38 GMT
81
-
82
- ### Minor changes
83
-
84
- - Exclude *.d.ts from linting
85
- - Set "root"=true to prevent unintended loading of other ESLint config files found in parent folders (which may be outside the Git working directory)
86
-
87
- ## 2.2.3
88
- Fri, 30 Oct 2020 00:10:14 GMT
89
-
90
- ### Patches
91
-
92
- - Update the "modern-module-resolution" patch to support ESLint 7.8.0 and newer
93
-
94
- ## 2.2.2
95
- Wed, 28 Oct 2020 01:18:03 GMT
96
-
97
- _Version update only_
98
-
99
- ## 2.2.1
100
- Tue, 06 Oct 2020 00:24:06 GMT
101
-
102
- _Version update only_
103
-
104
- ## 2.2.0
105
- Mon, 05 Oct 2020 22:36:57 GMT
106
-
107
- ### Minor changes
108
-
109
- - Add a mixin to support @rushstack/eslint-plugin-packlets
110
-
111
- ## 2.1.3
112
- Wed, 30 Sep 2020 18:39:17 GMT
113
-
114
- _Version update only_
115
-
116
- ## 2.1.2
117
- Wed, 30 Sep 2020 06:53:53 GMT
118
-
119
- ### Patches
120
-
121
- - Update README.md
122
-
123
- ## 2.1.1
124
- Tue, 22 Sep 2020 05:45:56 GMT
125
-
126
- ### Patches
127
-
128
- - Fix some missing files that were incorrectly excluded due to .npmignore
129
-
130
- ## 2.1.0
131
- Tue, 22 Sep 2020 01:45:31 GMT
132
-
133
- ### Minor changes
134
-
135
- - Relax the "typedef" rule so that type inference is now allowed for local variables, while still requiring explicit type declarations in other scopes
136
-
137
- ## 2.0.0
138
- Tue, 22 Sep 2020 00:08:53 GMT
139
-
140
- ### Breaking changes
141
-
142
- - (BREAKING CHANGE) The "@rushstack/eslint-config" entry point has been separated into 3 choices: "@rushstack/eslint-config/profile/node", "@rushstack/eslint-config/profile/node-trusted-tool", or "@rushstack/eslint-config/profile/web-app". See the documentation for details.
143
-
144
- ## 1.4.2
145
- Sat, 19 Sep 2020 04:37:26 GMT
146
-
147
- _Version update only_
148
-
149
- ## 1.4.1
150
- Sat, 19 Sep 2020 03:33:06 GMT
151
-
152
- ### Patches
153
-
154
- - Add a dependency on the new @rushstack/eslint-plugin-security
155
-
156
- ## 1.4.0
157
- Fri, 18 Sep 2020 22:57:24 GMT
158
-
159
- ### Minor changes
160
-
161
- - Remove the @typescript-eslint/array-type rule
162
- - Add *.spec.ts file extension for tests, since this is also a commonly used convention
163
-
164
- ### Patches
165
-
166
- - Relax @typescript-eslint/no-use-before-define slightly
167
-
168
- ## 1.3.0
169
- Thu, 27 Aug 2020 11:27:06 GMT
170
-
171
- ### Minor changes
172
-
173
- - Enable the "@rushstack/hoist-jest-mock" lint rule to catch a common mistake when using Jest with Heft
174
-
175
- ### Patches
176
-
177
- - Add an override to relax some lint rules for *.test.ts files, making unit tests easier to write
178
-
179
- ## 1.2.1
180
- Mon, 24 Aug 2020 07:35:20 GMT
181
-
182
- _Version update only_
183
-
184
- ## 1.2.0
185
- Sat, 22 Aug 2020 05:55:42 GMT
186
-
187
- ### Minor changes
188
-
189
- - Replace the "@rushstack/no-null" rule with a more flexible rule "@rushstack/no-new-null" (GitHub #2017)
190
-
191
- ## 1.1.0
192
- Mon, 17 Aug 2020 04:53:23 GMT
193
-
194
- ### Minor changes
195
-
196
- - Reclassify many lint rules to report ESLint warnings rather than errors
197
-
198
- ## 1.0.4
199
- Wed, 12 Aug 2020 00:10:06 GMT
200
-
201
- _Version update only_
202
-
203
- ## 1.0.3
204
- Sat, 25 Jul 2020 01:38:03 GMT
205
-
206
- ### Patches
207
-
208
- - Update README.md to add the missing file extension for .eslintrc.js
209
-
210
- ## 1.0.2
211
- Thu, 25 Jun 2020 06:43:34 GMT
212
-
213
- ### Patches
214
-
215
- - Enable variableDeclarationIgnoreFunction for the "@typescript-eslint/typedef" rule
216
-
217
- ## 1.0.1
218
- Wed, 24 Jun 2020 09:50:48 GMT
219
-
220
- ### Patches
221
-
222
- - Fix an issue with the published file set
223
-
224
- ## 1.0.0
225
- Wed, 24 Jun 2020 09:04:28 GMT
226
-
227
- ### Breaking changes
228
-
229
- - Upgrade to ESLint 7. Breaking change: patch-eslint6.js has been renamed to patch-eslint-resolver.js
230
-
231
- ## 0.5.8
232
- Wed, 27 May 2020 05:15:10 GMT
233
-
234
- ### Patches
235
-
236
- - Relax "max-lines" lint rule to 2,000 lines instead of 1,000 lines
237
-
238
- ## 0.5.7
239
- Wed, 08 Apr 2020 04:07:33 GMT
240
-
241
- ### Patches
242
-
243
- - Improve the error message text for the "ban-types" rule
244
-
245
- ## 0.5.6
246
- Sat, 28 Mar 2020 00:37:16 GMT
247
-
248
- ### Patches
249
-
250
- - Upgrade to eslint-plugin-tsdoc version 0.2.4
251
-
252
- ## 0.5.5
253
- Wed, 18 Mar 2020 15:07:47 GMT
254
-
255
- _Version update only_
256
-
257
- ## 0.5.4
258
- Tue, 21 Jan 2020 21:56:13 GMT
259
-
260
- ### Patches
261
-
262
- - Upgrade eslint-plugin-tsdoc to enable comments in tsdoc.json and more efficient loading
263
-
264
- ## 0.5.3
265
- Sun, 19 Jan 2020 02:26:53 GMT
266
-
267
- _Version update only_
268
-
269
- ## 0.5.2
270
- Fri, 17 Jan 2020 01:08:23 GMT
271
-
272
- _Version update only_
273
-
274
- ## 0.5.1
275
- Thu, 09 Jan 2020 06:44:13 GMT
276
-
277
- _Version update only_
278
-
279
- ## 0.5.0
280
- Wed, 08 Jan 2020 00:11:31 GMT
281
-
282
- ### Minor changes
283
-
284
- - Replace "no-restricted-syntax" rule with an equivalent rule "@rushstack/no-null"
285
-
286
- ## 0.4.2
287
- Mon, 11 Nov 2019 16:07:56 GMT
288
-
289
- ### Patches
290
-
291
- - Add eslint-plugin-tsdoc; update plugin versions
292
-
293
- ## 0.4.1
294
- Tue, 22 Oct 2019 06:24:44 GMT
295
-
296
- ### Patches
297
-
298
- - Update documentation
299
-
300
- ## 0.4.0
301
- Tue, 15 Oct 2019 01:22:16 GMT
302
-
303
- ### Minor changes
304
-
305
- - Rename `@microsoft/eslint-config-scalable-ts` to `@rushstack/eslint-config`
306
-
307
- ### Patches
308
-
309
- - Upgraded ESLint plugin dependencies
310
-
311
- ## 0.3.1
312
- Sun, 29 Sep 2019 23:56:29 GMT
313
-
314
- ### Patches
315
-
316
- - Update repository URL
317
-
318
- ## 0.3.0
319
- Wed, 04 Sep 2019 01:43:31 GMT
320
-
321
- ### Minor changes
322
-
323
- - Fix an issue where the @typescript-eslint/array-type rule required a syntax that broke compatibility with TypeScript versions prior to 3.4
324
-
325
- ## 0.2.3
326
- Tue, 03 Sep 2019 23:13:45 GMT
327
-
328
- ### Patches
329
-
330
- - Upgrade to @typescript-eslint/eslint-plugin 2.1.0
331
-
332
- ## 0.2.2
333
- Tue, 27 Aug 2019 01:48:45 GMT
334
-
335
- ### Patches
336
-
337
- - Remove unused plugin reference
338
-
339
- ## 0.2.1
340
- Tue, 27 Aug 2019 01:24:54 GMT
341
-
342
- ### Patches
343
-
344
- - Replace "eslint-plugin-no-null" with a more lenient implementation that allows equality comparisons with "null"
345
-
346
- ## 0.2.0
347
- Wed, 21 Aug 2019 21:56:59 GMT
348
-
349
- ### Minor changes
350
-
351
- - Enable react/no-deprecated, react/no-unescaped-entities, and react/self-closing-comp
352
-
353
- ## 0.1.2
354
- Fri, 16 Aug 2019 21:58:15 GMT
355
-
356
- ### Patches
357
-
358
- - Relax peer dependency to allow usage with ESLint 5
359
-
360
- ## 0.1.1
361
- Fri, 16 Aug 2019 01:15:03 GMT
362
-
363
- ### Patches
364
-
365
- - Fix an issue where @typescript-eslint/no-unused-vars didn't work properly with React source files
366
- - Relax @typescript-eslint/camelcase to allow "_checkBox1_onChanged"
367
-
368
- ## 0.1.0
369
- Thu, 15 Aug 2019 02:56:10 GMT
370
-
371
- ### Minor changes
372
-
373
- - Initial release
374
-