@rushstack/eslint-config 2.5.0 → 2.5.3

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