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