@rebeccastevens/eslint-config 3.4.0 → 3.5.1
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 +1284 -0
- package/dist/index.cjs +88 -50
- package/dist/index.d.cts +963 -1544
- package/dist/{index.d.mts → index.d.ts} +963 -1544
- package/dist/{index.mjs → index.js} +77 -39
- package/package.json +65 -55
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1284 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
3
|
+
|
|
4
|
+
## [3.5.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.5.0...v3.5.1) (2024-12-22)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* only use ts version of no-loop-func when using ts ([48dc0b0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/48dc0b05705d3af72b4966e861c16f8747f855ad))
|
|
10
|
+
|
|
11
|
+
# [3.5.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.4.0...v3.5.0) (2024-12-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **functional/no-conditional-statements:** ignore import.meta.vitest conditions ([4b6990d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4b6990d6be854e666728aa4da8aa0ca062355c20))
|
|
17
|
+
* update import rules for apps ([723a40d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/723a40d453bc1ef2ec056dceb3f43ef7c9e2d773))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* add support for ReactRouter 7 ([83cf882](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/83cf8821c5064a1f4896b994738f6d1a3bee488a))
|
|
23
|
+
|
|
24
|
+
# [3.4.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.3.5...v3.4.0) (2024-12-14)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* update glob patterns ([332eaca](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/332eaca392a00ac6808d27bcd916e03cfae02be9))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* enforce non-sloppy imports for library code ([0490a67](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0490a67ac44c6a1202ceb6f6282d596c0fbe66a4))
|
|
35
|
+
|
|
36
|
+
## [3.3.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.3.4...v3.3.5) (2024-12-14)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* check jsdoc used types ([1958508](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1958508698a48585e20841ec6eb630c20a488950))
|
|
42
|
+
|
|
43
|
+
## [3.3.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.3.3...v3.3.4) (2024-11-28)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* **ts/switch-exhaustiveness-check:** considerDefaultExhaustiveForUnions: true ([2e4b7c4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2e4b7c48abd0de4cf0bad99d34e48c491b7bae66))
|
|
49
|
+
* yaml/quotes ([94cf07b](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/94cf07b0f8e5610fdef1384acb91304cd56e96c7))
|
|
50
|
+
|
|
51
|
+
## [3.3.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.3.2...v3.3.3) (2024-10-20)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Bug Fixes
|
|
55
|
+
|
|
56
|
+
* only enforce max-classes-per-file when not functional ([096d7ed](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/096d7ed66ccd800056409e31c1ab71ab21660ce2))
|
|
57
|
+
* use functional/no-class-inheritance over functional/no-classes ([68fb811](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/68fb811ea9194ab2b518694a308abed17668495d))
|
|
58
|
+
|
|
59
|
+
## [3.3.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.3.1...v3.3.2) (2024-10-09)
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* updating naming-convention ([a818739](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a818739f8e9589d4d3bbb59ed616b09e7adfa581))
|
|
65
|
+
|
|
66
|
+
## [3.3.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.3.0...v3.3.1) (2024-10-08)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* add eslint-plugin-jsx-a11y ([2e13bb6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2e13bb60ba77a778782f820cb17a331e9519551a))
|
|
72
|
+
|
|
73
|
+
# [3.3.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.2.5...v3.3.0) (2024-10-08)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* use "mut_" over "m_" ([49f44d4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/49f44d461e8d11910b7b1cd70d25d61982b1f29a))
|
|
79
|
+
|
|
80
|
+
## [3.2.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.2.4...v3.2.5) (2024-10-08)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* disable no-constant-condition ([d0cecff](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d0cecff1fd5e8b18bc351be45a0f86e8fa65d451))
|
|
86
|
+
|
|
87
|
+
## [3.2.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.2.3...v3.2.4) (2024-10-06)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
### Bug Fixes
|
|
91
|
+
|
|
92
|
+
* update to @vitest/eslint-plugin ([2d0f6df](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2d0f6df7019193d3d5d2fcde1fc0e79b86be8e5a))
|
|
93
|
+
|
|
94
|
+
## [3.2.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.2.2...v3.2.3) (2024-10-06)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
* allow disabling sonar rules ([f35b2d1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f35b2d193a6e2e10c015fef41a27e3b799bed161))
|
|
100
|
+
* names of some configs ([c1ea0a0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c1ea0a079e56cbbb5e78963dcbd789a721d060cf))
|
|
101
|
+
|
|
102
|
+
## [3.2.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.2.1...v3.2.2) (2024-08-12)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Bug Fixes
|
|
106
|
+
|
|
107
|
+
* naming convention - don't enforce on getters ([b39bb31](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b39bb315d9391db1a87b2d2532b709f6d67d0c26))
|
|
108
|
+
|
|
109
|
+
## [3.2.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.2.0...v3.2.1) (2024-08-11)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
### Bug Fixes
|
|
113
|
+
|
|
114
|
+
* allow adjusting the print width and have tailwind config use stylistic settings ([3bb9d9c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3bb9d9cd2a14b8ea4fd0e5a4c2620bd4e89fcde9))
|
|
115
|
+
* rename tailwindcss to tailwind ([274a1eb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/274a1eb654b9d6256c5e2e72849d4336ef73b824))
|
|
116
|
+
|
|
117
|
+
# [3.2.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.1.1...v3.2.0) (2024-08-10)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
### Bug Fixes
|
|
121
|
+
|
|
122
|
+
* increase wait time to find needed dependencies ([b48029f](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b48029ff27f51007529d95dc4992270961b8cf9c))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
### Features
|
|
126
|
+
|
|
127
|
+
* add tailwind ([6716896](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/67168964418365ddf50a21e839587daa9a254447))
|
|
128
|
+
|
|
129
|
+
## [3.1.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.1.0...v3.1.1) (2024-08-10)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
### Bug Fixes
|
|
133
|
+
|
|
134
|
+
* import/no-extraneous-dependencies ignore config dirs ([416dc78](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/416dc786aaa5e46e9e6dbc8129099719f8cb83db))
|
|
135
|
+
|
|
136
|
+
# [3.1.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.7...v3.1.0) (2024-08-09)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
### Bug Fixes
|
|
140
|
+
|
|
141
|
+
* directly use sort-package-json instead of prettier ([6c2a7fe](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6c2a7fed5ece698e00378384918d02e13e35736b))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
### Features
|
|
145
|
+
|
|
146
|
+
* add react support ([e489186](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e489186e1c600b5f8b6dd11a8412627e8e375fac))
|
|
147
|
+
|
|
148
|
+
## [3.0.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.6...v3.0.7) (2024-08-09)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
### Bug Fixes
|
|
152
|
+
|
|
153
|
+
* default prettier printWidth to 120 ([aa56492](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/aa5649236fc99246a46a132fbdf1b438a03c75ed))
|
|
154
|
+
|
|
155
|
+
## [3.0.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.5...v3.0.6) (2024-08-07)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
### Bug Fixes
|
|
159
|
+
|
|
160
|
+
* type returned from rsEslint ([7d8ed30](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7d8ed3063828e9914c7857a2f7e913561bcfad3a))
|
|
161
|
+
|
|
162
|
+
## [3.0.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.4...v3.0.5) (2024-08-07)
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
### Bug Fixes
|
|
166
|
+
|
|
167
|
+
* don't require ts when not wanted ([4967750](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/49677502aa07a7197f68e1e064fc35601ca34e7f))
|
|
168
|
+
|
|
169
|
+
## [3.0.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.3...v3.0.4) (2024-08-06)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
### Bug Fixes
|
|
173
|
+
|
|
174
|
+
* functional/no-return-void turn of in app mode with recommened fp enforcement ([443373e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/443373e6d9c58f668d9e44ba125cfe21d6fd4737))
|
|
175
|
+
|
|
176
|
+
## [3.0.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.2...v3.0.3) (2024-08-06)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* functional/prefer-tacit switch to a warning ([52ac3cb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/52ac3cb0e15b8cd97d4f3ce3f513f84f7a74d716))
|
|
182
|
+
|
|
183
|
+
## [3.0.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.1...v3.0.2) (2024-08-06)
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
### Bug Fixes
|
|
187
|
+
|
|
188
|
+
* no-promise-executor-return - allowVoid ([6690509](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/669050937fc4a12871154c94f75dceaaedc60743))
|
|
189
|
+
|
|
190
|
+
## [3.0.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0...v3.0.1) (2024-08-06)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Bug Fixes
|
|
194
|
+
|
|
195
|
+
* make more dependencies peer dependencies and allow auto installing them as needed ([7df777d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7df777d94aa13ee1b5bcd71355e243d1972b151e))
|
|
196
|
+
|
|
197
|
+
# [3.0.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.1.0...v3.0.0) (2024-08-05)
|
|
198
|
+
|
|
199
|
+
# [2.1.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.11...v2.1.0) (2024-08-05)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Features
|
|
203
|
+
|
|
204
|
+
* migrate to eslint 9 and add more plugins ([#1177](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/1177)) ([c80da05](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c80da05089f5df6610d814167c56c2cbc8d619f6))
|
|
205
|
+
|
|
206
|
+
# [3.0.0-next.49](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.48...v3.0.0-next.49) (2024-08-05)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* more tweaks ([3259394](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/32593945021696a0085a877402f17610179c0afc))
|
|
212
|
+
|
|
213
|
+
# [3.0.0-next.48](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.47...v3.0.0-next.48) (2024-08-03)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
### Features
|
|
217
|
+
|
|
218
|
+
* more tweaks ([c31a4be](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c31a4be94d443562a6913ca6226e03fe4549a661))
|
|
219
|
+
* more tweaks ([b6e0b14](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b6e0b14bb1a43dd87e7ea0c685bd59b2cb33610b))
|
|
220
|
+
|
|
221
|
+
# [3.0.0-next.47](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.46...v3.0.0-next.47) (2024-08-01)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Features
|
|
225
|
+
|
|
226
|
+
* more tweaks ([b3df5f8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b3df5f8cfc61b621721a07c694c785ba85eec755))
|
|
227
|
+
|
|
228
|
+
# [3.0.0-next.46](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.45...v3.0.0-next.46) (2024-07-29)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* more tweaks ([77897e2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/77897e281eb2165d5469d87bff782a82937c5e57))
|
|
234
|
+
|
|
235
|
+
# [3.0.0-next.45](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.44...v3.0.0-next.45) (2024-07-29)
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
### Features
|
|
239
|
+
|
|
240
|
+
* more tweaks ([2b2e26d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2b2e26dc1f10652e310030cce9ba85182416e4f5))
|
|
241
|
+
|
|
242
|
+
# [3.0.0-next.44](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.43...v3.0.0-next.44) (2024-07-29)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
### Features
|
|
246
|
+
|
|
247
|
+
* more tweaks ([5ba4886](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5ba4886bb488f8f097ac764773a4e819ce6c1e33))
|
|
248
|
+
|
|
249
|
+
# [3.0.0-next.43](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.42...v3.0.0-next.43) (2024-07-11)
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
### Features
|
|
253
|
+
|
|
254
|
+
* more tweaks ([0acd33c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0acd33c2f69ea1b53f440f5263ba8c604ac124e1))
|
|
255
|
+
|
|
256
|
+
# [3.0.0-next.42](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.41...v3.0.0-next.42) (2024-07-06)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Features
|
|
260
|
+
|
|
261
|
+
* more tweaks ([1425346](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/14253464d72e466c7a023e2b60bd2f346b325869))
|
|
262
|
+
|
|
263
|
+
# [3.0.0-next.41](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.40...v3.0.0-next.41) (2024-07-01)
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### Features
|
|
267
|
+
|
|
268
|
+
* more tweaks ([3c950b5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3c950b590e75472b8b4fbcee5f81c9e6dd12375f))
|
|
269
|
+
|
|
270
|
+
# [3.0.0-next.40](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.39...v3.0.0-next.40) (2024-06-30)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
### Features
|
|
274
|
+
|
|
275
|
+
* more tweaks ([4496639](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/449663982b641dc3f924fbf94f102f672f2432e9))
|
|
276
|
+
|
|
277
|
+
# [3.0.0-next.39](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.38...v3.0.0-next.39) (2024-06-24)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Features
|
|
281
|
+
|
|
282
|
+
* more tweaks ([ad39829](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ad3982979294d5051921d64dfe144eeca8aeac43))
|
|
283
|
+
* more tweaks ([6830465](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6830465b5c876b7f6c514937151f83a1fbfb869a))
|
|
284
|
+
* more tweaks ([0f06ca4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0f06ca45ee25f2dbac6ab9342e85628b2bb09255))
|
|
285
|
+
|
|
286
|
+
# [3.0.0-next.38](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.37...v3.0.0-next.38) (2024-06-19)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
### Features
|
|
290
|
+
|
|
291
|
+
* more tweaks ([6e03da4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6e03da4b5f72ca4cb12eea32595b7efd1f32ca0e))
|
|
292
|
+
|
|
293
|
+
# [3.0.0-next.37](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.36...v3.0.0-next.37) (2024-06-10)
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
### Features
|
|
297
|
+
|
|
298
|
+
* more tweaks ([81678c8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/81678c8179561ee902698fd33c79eef244367941))
|
|
299
|
+
|
|
300
|
+
# [3.0.0-next.36](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.35...v3.0.0-next.36) (2024-06-10)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Features
|
|
304
|
+
|
|
305
|
+
* more tweaks ([ea4e0b1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ea4e0b13da7694cd52c6e0225579ce4efd767c08))
|
|
306
|
+
|
|
307
|
+
# [3.0.0-next.35](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.34...v3.0.0-next.35) (2024-06-10)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Features
|
|
311
|
+
|
|
312
|
+
* more tweaks ([e0db461](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e0db4615c861842dfd62750d4d0ebc730024132a))
|
|
313
|
+
|
|
314
|
+
# [3.0.0-next.34](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.33...v3.0.0-next.34) (2024-06-09)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
### Features
|
|
318
|
+
|
|
319
|
+
* more tweaks ([40b3b6d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/40b3b6df83cabce0e46bd6a3020b184801b07e66))
|
|
320
|
+
|
|
321
|
+
# [3.0.0-next.33](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.32...v3.0.0-next.33) (2024-06-09)
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
### Features
|
|
325
|
+
|
|
326
|
+
* more tweaks ([7625895](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/762589547b13ab92346a0097373726502d429346))
|
|
327
|
+
|
|
328
|
+
# [3.0.0-next.32](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.31...v3.0.0-next.32) (2024-05-25)
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
### Features
|
|
332
|
+
|
|
333
|
+
* more tweaks ([4c8b3fb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4c8b3fbb9da1695a6e2a83b2a8dc839f10e166b5))
|
|
334
|
+
|
|
335
|
+
# [3.0.0-next.31](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.30...v3.0.0-next.31) (2024-05-25)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
### Features
|
|
339
|
+
|
|
340
|
+
* more tweaks ([97e4b3e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/97e4b3e153e55cd3aa46bc35515cdb4cf85edf9e))
|
|
341
|
+
|
|
342
|
+
# [3.0.0-next.30](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.29...v3.0.0-next.30) (2024-05-25)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Features
|
|
346
|
+
|
|
347
|
+
* more tweaks ([1e20498](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1e20498f7e66c70cdc2957a07dde813c6a144e92))
|
|
348
|
+
|
|
349
|
+
# [3.0.0-next.29](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.28...v3.0.0-next.29) (2024-05-22)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
### Features
|
|
353
|
+
|
|
354
|
+
* more tweaks ([6533c65](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6533c6544a2fbcbaaf40203aafa45cd1a22f65a6))
|
|
355
|
+
|
|
356
|
+
# [3.0.0-next.28](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.27...v3.0.0-next.28) (2024-05-22)
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
### Features
|
|
360
|
+
|
|
361
|
+
* more tweaks ([40ec3a1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/40ec3a15ccb3dd333fec060915ced54b9f2ab56e))
|
|
362
|
+
|
|
363
|
+
# [3.0.0-next.27](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.26...v3.0.0-next.27) (2024-05-19)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
### Features
|
|
367
|
+
|
|
368
|
+
* more tweaks ([8c018ca](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/8c018ca0abb2ecb7e0e70a60e5004a0f4f29a3fe))
|
|
369
|
+
|
|
370
|
+
# [3.0.0-next.26](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.25...v3.0.0-next.26) (2024-05-19)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
### Features
|
|
374
|
+
|
|
375
|
+
* more tweaks ([ddec399](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ddec399e59a2f91b84833c6ad33521092b93729b))
|
|
376
|
+
|
|
377
|
+
# [3.0.0-next.25](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.24...v3.0.0-next.25) (2024-05-19)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* more tweaks ([ba947b2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ba947b2cdca219252c6d9cf11f3a84f995fff02f))
|
|
383
|
+
|
|
384
|
+
# [3.0.0-next.24](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.23...v3.0.0-next.24) (2024-05-10)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
### Features
|
|
388
|
+
|
|
389
|
+
* more tweaks ([a747edc](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a747edc348cec763639343276e11b492b3512959))
|
|
390
|
+
|
|
391
|
+
# [3.0.0-next.23](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.22...v3.0.0-next.23) (2024-05-10)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
### Features
|
|
395
|
+
|
|
396
|
+
* more tweaks ([aef8978](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/aef89782b7cfe395a816c5a6b6b9caab46accffa))
|
|
397
|
+
|
|
398
|
+
# [3.0.0-next.22](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.21...v3.0.0-next.22) (2024-05-06)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Features
|
|
402
|
+
|
|
403
|
+
* more tweaks ([c07191c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c07191cc9e626bbf9ede75b5f8f8839e99bf73c9))
|
|
404
|
+
|
|
405
|
+
# [3.0.0-next.21](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.20...v3.0.0-next.21) (2024-05-06)
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
### Features
|
|
409
|
+
|
|
410
|
+
* more tweaks ([c4a2286](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c4a22865d175ee74ae52477f8d91255c85910322))
|
|
411
|
+
|
|
412
|
+
# [3.0.0-next.20](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.19...v3.0.0-next.20) (2024-05-06)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Features
|
|
416
|
+
|
|
417
|
+
* more tweaks ([0413e9d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0413e9dddbe1def99e4aa7ccf9f7b876937c89e9))
|
|
418
|
+
|
|
419
|
+
# Changelog
|
|
420
|
+
|
|
421
|
+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
422
|
+
|
|
423
|
+
# [3.0.0-next.19](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.18...v3.0.0-next.19) (2024-05-06)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
* more tweaks ([65287e6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/65287e6449a3fabfb0765530ea053747a36b3fc4))
|
|
429
|
+
|
|
430
|
+
# [3.0.0-next.18](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.17...v3.0.0-next.18) (2024-05-06)
|
|
431
|
+
|
|
432
|
+
### Features
|
|
433
|
+
|
|
434
|
+
- more tweaks ([4edbf3b](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4edbf3b5b80c3bf1dd766ea74652965ec980e331))
|
|
435
|
+
|
|
436
|
+
# [3.0.0-next.17](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.16...v3.0.0-next.17) (2024-05-03)
|
|
437
|
+
|
|
438
|
+
### Features
|
|
439
|
+
|
|
440
|
+
- more tweaks ([95c76dd](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/95c76dd741ff7db1bddf4519205b4e2f6ef1055f))
|
|
441
|
+
|
|
442
|
+
# [3.0.0-next.16](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.15...v3.0.0-next.16) (2024-04-22)
|
|
443
|
+
|
|
444
|
+
### Features
|
|
445
|
+
|
|
446
|
+
- more tweaks ([2567a85](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2567a856c07e1d7c24b97b82eb45579a7597bacb))
|
|
447
|
+
|
|
448
|
+
# [3.0.0-next.15](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.14...v3.0.0-next.15) (2024-04-22)
|
|
449
|
+
|
|
450
|
+
### Features
|
|
451
|
+
|
|
452
|
+
- more tweaks ([4c1ef54](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4c1ef54a73ff73790fdff9b9d783b64482d77656))
|
|
453
|
+
|
|
454
|
+
# [3.0.0-next.14](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.13...v3.0.0-next.14) (2024-04-22)
|
|
455
|
+
|
|
456
|
+
### Features
|
|
457
|
+
|
|
458
|
+
- more tweaks ([a0a27fe](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a0a27fee014d5edd3f1fd60aa6938139ab7f6766))
|
|
459
|
+
|
|
460
|
+
# [3.0.0-next.13](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.12...v3.0.0-next.13) (2024-04-22)
|
|
461
|
+
|
|
462
|
+
### Features
|
|
463
|
+
|
|
464
|
+
- more tweaks ([c3906bb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c3906bbd35b73ba131ab6c3aac661bee7c2407bd))
|
|
465
|
+
|
|
466
|
+
# [3.0.0-next.12](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.11...v3.0.0-next.12) (2024-04-22)
|
|
467
|
+
|
|
468
|
+
### Features
|
|
469
|
+
|
|
470
|
+
- more tweaks ([74a8879](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/74a88793abacf7e1ca6e2502a062cf127ac53a3e))
|
|
471
|
+
|
|
472
|
+
# [3.0.0-next.11](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.10...v3.0.0-next.11) (2024-04-22)
|
|
473
|
+
|
|
474
|
+
### Features
|
|
475
|
+
|
|
476
|
+
- more tweaks ([d765f8a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d765f8a4d695978bdd52c7751bd728fce8d53b69))
|
|
477
|
+
|
|
478
|
+
# [3.0.0-next.10](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.9...v3.0.0-next.10) (2024-04-21)
|
|
479
|
+
|
|
480
|
+
### Features
|
|
481
|
+
|
|
482
|
+
- more tweaks ([2d5402c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2d5402c6620f4a6a241af3180f28bf262fac8d21))
|
|
483
|
+
|
|
484
|
+
# [3.0.0-next.9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.8...v3.0.0-next.9) (2024-04-21)
|
|
485
|
+
|
|
486
|
+
### Features
|
|
487
|
+
|
|
488
|
+
- more tweaks ([00a11c7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/00a11c73d37bcbfefaa4a6a1e11820233e13399c))
|
|
489
|
+
|
|
490
|
+
# [3.0.0-next.8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.7...v3.0.0-next.8) (2024-04-21)
|
|
491
|
+
|
|
492
|
+
### Features
|
|
493
|
+
|
|
494
|
+
- more tweaks ([6dc7c91](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6dc7c91a36807619fec3d1e5e5b1c8a910be5fb9))
|
|
495
|
+
|
|
496
|
+
# [3.0.0-next.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.6...v3.0.0-next.7) (2024-04-21)
|
|
497
|
+
|
|
498
|
+
### Features
|
|
499
|
+
|
|
500
|
+
- more tweaks ([b94dd92](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b94dd922ec4670fa4a7a7a4dac9952e969fac17f))
|
|
501
|
+
|
|
502
|
+
# [3.0.0-next.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.5...v3.0.0-next.6) (2024-04-18)
|
|
503
|
+
|
|
504
|
+
### Bug Fixes
|
|
505
|
+
|
|
506
|
+
- more tweaks ([14d0426](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/14d04262fa0facdfedd9e6b2a21cceb672a1c88a))
|
|
507
|
+
|
|
508
|
+
### Features
|
|
509
|
+
|
|
510
|
+
- more tweaks ([db9e05c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/db9e05c2620891158811a6595112287d68966006))
|
|
511
|
+
|
|
512
|
+
# [3.0.0-next.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.4...v3.0.0-next.5) (2024-04-17)
|
|
513
|
+
|
|
514
|
+
### Bug Fixes
|
|
515
|
+
|
|
516
|
+
- deps update ([b51004a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b51004a980b8ba9f2b1f511a23bddfcbddba5e6c))
|
|
517
|
+
|
|
518
|
+
# [3.0.0-next.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.3...v3.0.0-next.4) (2024-04-16)
|
|
519
|
+
|
|
520
|
+
### Bug Fixes
|
|
521
|
+
|
|
522
|
+
- more tweaks ([e1071eb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e1071eba5faa1fd99169eb72aec585c7e64d2f4e))
|
|
523
|
+
|
|
524
|
+
# [3.0.0-next.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.2...v3.0.0-next.3) (2024-04-16)
|
|
525
|
+
|
|
526
|
+
### Bug Fixes
|
|
527
|
+
|
|
528
|
+
- more tweaks ([8eea9af](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/8eea9afc137d89f057a5e28086d2d2c7f5ae6808))
|
|
529
|
+
|
|
530
|
+
# [3.0.0-next.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v3.0.0-next.1...v3.0.0-next.2) (2024-04-15)
|
|
531
|
+
|
|
532
|
+
### Bug Fixes
|
|
533
|
+
|
|
534
|
+
- npm releases ([91b8348](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/91b8348e727d92cf85445fbe1d9ebc4d2b1c3a3f))
|
|
535
|
+
|
|
536
|
+
# [3.0.0-next.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.11...v3.0.0-next.1) (2024-04-15)
|
|
537
|
+
|
|
538
|
+
### Bug Fixes
|
|
539
|
+
|
|
540
|
+
- build cjs and adjust rules some more ([72b9a18](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/72b9a186305e5c00b30c011558ccb51669736e13))
|
|
541
|
+
- cleanup ([0fae3db](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0fae3dbcc62785001b59800071e29f8b00b5ac3b))
|
|
542
|
+
|
|
543
|
+
### Features
|
|
544
|
+
|
|
545
|
+
- migrate to eslint 9 and add more plugins ([6f02ef8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6f02ef83f11380bf84bc51e8d2f07e37833ed8c0))
|
|
546
|
+
- more adjustments ([ba379dd](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ba379dd16a5201de4f5e76810371eebaa21b692b))
|
|
547
|
+
- more rules and fixups ([011f596](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/011f59674b7f5fa6bfe4292cb969b92b5d99f233))
|
|
548
|
+
|
|
549
|
+
### BREAKING CHANGES
|
|
550
|
+
|
|
551
|
+
- ESLint 9 is now required
|
|
552
|
+
|
|
553
|
+
## [2.0.11](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.10...v2.0.11) (2024-03-25)
|
|
554
|
+
|
|
555
|
+
### Bug Fixes
|
|
556
|
+
|
|
557
|
+
- update some rules ([5c9a858](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5c9a858f8ec6fc839a685ddd96632ba7b61ec7e7))
|
|
558
|
+
|
|
559
|
+
## [2.0.10](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.9...v2.0.10) (2024-01-27)
|
|
560
|
+
|
|
561
|
+
### Bug Fixes
|
|
562
|
+
|
|
563
|
+
- allow using labels for loops and switches ([f2cd334](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f2cd33408ddb55d5734ec4da2a38c28da91c5452))
|
|
564
|
+
|
|
565
|
+
## [2.0.9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.8...v2.0.9) (2024-01-05)
|
|
566
|
+
|
|
567
|
+
### Bug Fixes
|
|
568
|
+
|
|
569
|
+
- use string regex ([22e2aa7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/22e2aa7c819ed23fc416ff1d2447e7936c3671d3))
|
|
570
|
+
|
|
571
|
+
## [2.0.8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.7...v2.0.8) (2024-01-05)
|
|
572
|
+
|
|
573
|
+
### Bug Fixes
|
|
574
|
+
|
|
575
|
+
- ignore md files for filename-case ([54d651c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/54d651c7ccd5c99dfa03f69693d59d6d8e23424b))
|
|
576
|
+
|
|
577
|
+
## [2.0.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.6...v2.0.7) (2024-01-04)
|
|
578
|
+
|
|
579
|
+
### Bug Fixes
|
|
580
|
+
|
|
581
|
+
- update import/no-extraneous-dependencies ([2e2ef01](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2e2ef01550957a6fb914d434ed1dc5d6fe7d8fd9))
|
|
582
|
+
|
|
583
|
+
## [2.0.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.5...v2.0.6) (2023-10-05)
|
|
584
|
+
|
|
585
|
+
### Bug Fixes
|
|
586
|
+
|
|
587
|
+
- turn off prefer-destructuring when using typescript ([2f54a2f](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2f54a2f3c8be594027c17a5ded2546014b2dba97))
|
|
588
|
+
|
|
589
|
+
## [2.0.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.4...v2.0.5) (2023-09-27)
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
- update unified-signatures rule config ([25cc9c1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/25cc9c177f1ad64e255ce5fedfd33a28efc32fdd))
|
|
594
|
+
|
|
595
|
+
## [2.0.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.3...v2.0.4) (2023-08-27)
|
|
596
|
+
|
|
597
|
+
### Bug Fixes
|
|
598
|
+
|
|
599
|
+
- turn off prefer-top-level-await for commonjs ([ab9a037](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ab9a037e54182a9d35d6afc3e0226692d42a83c5))
|
|
600
|
+
|
|
601
|
+
## [2.0.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.2...v2.0.3) (2023-08-07)
|
|
602
|
+
|
|
603
|
+
### Bug Fixes
|
|
604
|
+
|
|
605
|
+
- update sonarjs/no-duplicate-string config ([d1d3f70](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d1d3f7056e10ea022a805341b1b9202dec3196ed))
|
|
606
|
+
|
|
607
|
+
### Reverts
|
|
608
|
+
|
|
609
|
+
- Revert "ci: release without linting" ([a5a783c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a5a783c153bb6fdf0beb5f89342aacc5d22524ef))
|
|
610
|
+
|
|
611
|
+
## [2.0.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.1...v2.0.2) (2023-07-21)
|
|
612
|
+
|
|
613
|
+
### Bug Fixes
|
|
614
|
+
|
|
615
|
+
- update for latest eslint-plugin-functional v6 beta ([83536e4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/83536e403d57386f2bcdcfb01f0d68ad0733edd4))
|
|
616
|
+
|
|
617
|
+
## [2.0.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v2.0.0...v2.0.1) (2023-07-17)
|
|
618
|
+
|
|
619
|
+
### Bug Fixes
|
|
620
|
+
|
|
621
|
+
- immutability overrides setting ([8edd44d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/8edd44dd28e0b809ca2c668287fd6e5780e6d3fe))
|
|
622
|
+
|
|
623
|
+
# [2.0.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.8...v2.0.0) (2023-07-15)
|
|
624
|
+
|
|
625
|
+
### Features
|
|
626
|
+
|
|
627
|
+
- update for typescript-eslint v6 ([5f0509a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5f0509a15b29370e5d5621fd37cac84a343711c1))
|
|
628
|
+
|
|
629
|
+
### BREAKING CHANGES
|
|
630
|
+
|
|
631
|
+
- typescript-eslint v6 now required
|
|
632
|
+
|
|
633
|
+
## [1.7.8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.7...v1.7.8) (2023-06-22)
|
|
634
|
+
|
|
635
|
+
### Bug Fixes
|
|
636
|
+
|
|
637
|
+
- **naming-convention:** getters shouldn't be marked mutable ([2b3b11a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2b3b11a6b8c646f668043a4a08c6719b83f6e3ee))
|
|
638
|
+
|
|
639
|
+
## [1.7.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.6...v1.7.7) (2023-06-17)
|
|
640
|
+
|
|
641
|
+
### Bug Fixes
|
|
642
|
+
|
|
643
|
+
- enforce strict version of assert package ([d642905](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d642905d8b753563076967a2789a7a3c166a1549))
|
|
644
|
+
|
|
645
|
+
## [1.7.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.5...v1.7.6) (2023-06-17)
|
|
646
|
+
|
|
647
|
+
### Bug Fixes
|
|
648
|
+
|
|
649
|
+
- allowConstantLoopConditions ([4b8199d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4b8199d7fb450649163a3a98a7b061c85e2ff2e5))
|
|
650
|
+
|
|
651
|
+
## [1.7.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.4...v1.7.5) (2023-06-16)
|
|
652
|
+
|
|
653
|
+
### Bug Fixes
|
|
654
|
+
|
|
655
|
+
- update jsdoc/tag-lines for new version ([02fbbf2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/02fbbf2a69b69b08bcf9be1a7c6c27fd12c3db92))
|
|
656
|
+
|
|
657
|
+
## [1.7.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.3...v1.7.4) (2023-04-04)
|
|
658
|
+
|
|
659
|
+
### Bug Fixes
|
|
660
|
+
|
|
661
|
+
- small fixers ([f001893](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f0018937c32643d3f077b8e96769c5e98f90e69e))
|
|
662
|
+
|
|
663
|
+
## [1.7.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.2...v1.7.3) (2023-04-04)
|
|
664
|
+
|
|
665
|
+
### Bug Fixes
|
|
666
|
+
|
|
667
|
+
- updating naming-convention ([84be48e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/84be48ece1671c81b285a7467c7cf2368dfc57e6))
|
|
668
|
+
|
|
669
|
+
## [1.7.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.1...v1.7.2) (2023-04-04)
|
|
670
|
+
|
|
671
|
+
### Bug Fixes
|
|
672
|
+
|
|
673
|
+
- update import rules ([f613385](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f613385828e61440ad7fdaf3146f4267ea41a4a2))
|
|
674
|
+
|
|
675
|
+
## [1.7.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.7.0...v1.7.1) (2023-04-01)
|
|
676
|
+
|
|
677
|
+
### Bug Fixes
|
|
678
|
+
|
|
679
|
+
- update markdown rules ([5c4077a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5c4077ae068ed84f10998acfe5dc86cd439e2fc5))
|
|
680
|
+
|
|
681
|
+
# [1.7.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.9...v1.7.0) (2023-04-01)
|
|
682
|
+
|
|
683
|
+
### Features
|
|
684
|
+
|
|
685
|
+
- switch to eslint-plugin-n ([a32be24](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a32be24fb761b3c176610813089562d3fa8bedb4))
|
|
686
|
+
|
|
687
|
+
## [1.6.9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.8...v1.6.9) (2023-04-01)
|
|
688
|
+
|
|
689
|
+
### Bug Fixes
|
|
690
|
+
|
|
691
|
+
- allow pascal case file names ([2f2cebd](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2f2cebd3ef20a098c9c230e35193a5d95f8f0c8c))
|
|
692
|
+
|
|
693
|
+
## [1.6.8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.7...v1.6.8) (2023-04-01)
|
|
694
|
+
|
|
695
|
+
### Bug Fixes
|
|
696
|
+
|
|
697
|
+
- allow assertions statements ([081e628](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/081e6280600741bbdc211f79726e1a6ae4e17681))
|
|
698
|
+
- treat paths starting with # as internal ([376dcaf](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/376dcaf12fe54543aaca51950e3e7e716b91700b))
|
|
699
|
+
|
|
700
|
+
## [1.6.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.6...v1.6.7) (2023-03-23)
|
|
701
|
+
|
|
702
|
+
### Bug Fixes
|
|
703
|
+
|
|
704
|
+
- use @typescript-eslint/no-var-requires in cts files ([76481d9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/76481d9217fec8e4e9b01259d982dabc3ad40047))
|
|
705
|
+
|
|
706
|
+
## [1.6.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.5...v1.6.6) (2023-03-21)
|
|
707
|
+
|
|
708
|
+
### Bug Fixes
|
|
709
|
+
|
|
710
|
+
- don't require usless jsdoc in js files ([041b24d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/041b24d4b1491652d0d4cb0b7b4d5b6127e1efad))
|
|
711
|
+
|
|
712
|
+
## [1.6.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.4...v1.6.5) (2023-03-21)
|
|
713
|
+
|
|
714
|
+
### Bug Fixes
|
|
715
|
+
|
|
716
|
+
- improve scripts config ([7e9eb0c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7e9eb0c604fb5808c19ab459b6873d3e9deeba09))
|
|
717
|
+
|
|
718
|
+
## [1.6.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.3...v1.6.4) (2023-03-21)
|
|
719
|
+
|
|
720
|
+
### Bug Fixes
|
|
721
|
+
|
|
722
|
+
- allow classes in test files ([091b609](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/091b609332103ce85e25414e2d3cfe52fb0d7e7c))
|
|
723
|
+
- allow named imports from typescript ([376b90e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/376b90e6ffaf247bcc2932fa101aaef233ee9fab))
|
|
724
|
+
|
|
725
|
+
## [1.6.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.2...v1.6.3) (2023-03-19)
|
|
726
|
+
|
|
727
|
+
### Bug Fixes
|
|
728
|
+
|
|
729
|
+
- top-level overrides applying to non-top-level files ([2069bdc](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2069bdc627f85d1cb182de47aa6257049de3be21))
|
|
730
|
+
- update test config ([9203df4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/9203df49d6fbd0a8459cfe8e0e4a5c2a455b6a66))
|
|
731
|
+
|
|
732
|
+
## [1.6.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.1...v1.6.2) (2023-03-18)
|
|
733
|
+
|
|
734
|
+
### Bug Fixes
|
|
735
|
+
|
|
736
|
+
- turn off import/no-cycle ([85fb424](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/85fb424062ffc05a7345ba346a2eca0839767b35))
|
|
737
|
+
|
|
738
|
+
## [1.6.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.6.0...v1.6.1) (2023-03-18)
|
|
739
|
+
|
|
740
|
+
### Bug Fixes
|
|
741
|
+
|
|
742
|
+
- use unicorn/import-style instead of import/no-named-as-default-member ([0062d9a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0062d9a8d0836766c4d73f8812eb1c101ed21341))
|
|
743
|
+
|
|
744
|
+
# [1.6.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.7...v1.6.0) (2023-03-18)
|
|
745
|
+
|
|
746
|
+
### Features
|
|
747
|
+
|
|
748
|
+
- improve config merging and typescript import settings ([#1061](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/1061)) ([e9c7da3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e9c7da391609055b99836cd98faf2c8255e63db2))
|
|
749
|
+
|
|
750
|
+
## [1.5.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.6...v1.5.7) (2023-03-14)
|
|
751
|
+
|
|
752
|
+
### Bug Fixes
|
|
753
|
+
|
|
754
|
+
- update jsdoc severities ([b14dc44](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/b14dc44562df3aa8ad8b8833b7cad7dac03668ab))
|
|
755
|
+
|
|
756
|
+
## [1.5.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.5...v1.5.6) (2023-03-12)
|
|
757
|
+
|
|
758
|
+
### Bug Fixes
|
|
759
|
+
|
|
760
|
+
- jsdoc rules for js and ts ([04f2d9d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/04f2d9d3a287872aaafb35c80213ffefd1734e43))
|
|
761
|
+
- update override patterns and minor changes to base config ([cf980df](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/cf980df0941177ab1b6e070df0651dc0544f24da))
|
|
762
|
+
|
|
763
|
+
## [1.5.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.4...v1.5.5) (2023-03-11)
|
|
764
|
+
|
|
765
|
+
### Bug Fixes
|
|
766
|
+
|
|
767
|
+
- severity of jsdoc require-throws ([12cf4cd](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/12cf4cdf90a9544c35441da7bed6faa7788bd551))
|
|
768
|
+
- small update to jsdoc rules ([0cab31e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0cab31e6348b9ea1fc4bc3831e51d45621a65b2d))
|
|
769
|
+
|
|
770
|
+
## [1.5.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.3...v1.5.4) (2023-03-11)
|
|
771
|
+
|
|
772
|
+
### Bug Fixes
|
|
773
|
+
|
|
774
|
+
- update jsdoc rules ([2fce7d0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2fce7d05d3aceee5a7eeba5fe198aede1e836df7))
|
|
775
|
+
|
|
776
|
+
## [1.5.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.2...v1.5.3) (2023-03-10)
|
|
777
|
+
|
|
778
|
+
### Bug Fixes
|
|
779
|
+
|
|
780
|
+
- allowIndexSignaturePropertyAccess for dot-notation ([a70dcfb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a70dcfb142f8ee5ac0d04921ef6e4cbb496117f3))
|
|
781
|
+
|
|
782
|
+
## [1.5.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.1...v1.5.2) (2023-02-06)
|
|
783
|
+
|
|
784
|
+
### Bug Fixes
|
|
785
|
+
|
|
786
|
+
- allow parameter names only made of "\_"s ([6d3f3d3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6d3f3d3acb129d8390e1980f5097508ecc65dd20))
|
|
787
|
+
|
|
788
|
+
## [1.5.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.5.0...v1.5.1) (2023-02-06)
|
|
789
|
+
|
|
790
|
+
### Bug Fixes
|
|
791
|
+
|
|
792
|
+
- allow prefixes on parameter names ([d133805](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d13380548fb932a8efc560c1428926d7e2fc0487))
|
|
793
|
+
|
|
794
|
+
# [1.5.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.6...v1.5.0) (2023-01-29)
|
|
795
|
+
|
|
796
|
+
### Bug Fixes
|
|
797
|
+
|
|
798
|
+
- **functional/prefer-immutable-types:** decrease severity, enforcement and add exception ([2855e16](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2855e167c3114c7a59e47bb2189b485ba49646bc))
|
|
799
|
+
|
|
800
|
+
### Features
|
|
801
|
+
|
|
802
|
+
- update deps ([1d13853](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1d1385391599e290ab86d5c17288faf89d6152da))
|
|
803
|
+
|
|
804
|
+
## [1.4.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.5...v1.4.6) (2022-12-16)
|
|
805
|
+
|
|
806
|
+
### Bug Fixes
|
|
807
|
+
|
|
808
|
+
- **sonarjs/max-switch-cases:** turn rule off ([ae23f89](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ae23f89319d9068a8502110cfa93a43b11a1b238))
|
|
809
|
+
|
|
810
|
+
## [1.4.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.4...v1.4.5) (2022-11-17)
|
|
811
|
+
|
|
812
|
+
### Bug Fixes
|
|
813
|
+
|
|
814
|
+
- update for latest eslint-plugin-functional beta ([e45fa06](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e45fa06b5110262d41b10d981572ae81efd808c1))
|
|
815
|
+
|
|
816
|
+
## [1.4.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.3...v1.4.4) (2022-10-04)
|
|
817
|
+
|
|
818
|
+
### Bug Fixes
|
|
819
|
+
|
|
820
|
+
- update for eslint-plugin-functional 5 ([cf67943](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/cf6794302dfa7af8be576c3716e52de65a01ed0a))
|
|
821
|
+
|
|
822
|
+
## [1.4.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.2...v1.4.3) (2022-09-29)
|
|
823
|
+
|
|
824
|
+
### Bug Fixes
|
|
825
|
+
|
|
826
|
+
- update functional rules ([d8d8420](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d8d8420774fbb25ce1fa4d42f4d79e2b4865e126))
|
|
827
|
+
|
|
828
|
+
## [1.4.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.1...v1.4.2) (2022-09-29)
|
|
829
|
+
|
|
830
|
+
### Bug Fixes
|
|
831
|
+
|
|
832
|
+
- turn off default-param-last ([e47adfc](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e47adfc81d0b168e42cebc2063b61e4084898dd8))
|
|
833
|
+
|
|
834
|
+
## [1.4.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.4.0...v1.4.1) (2022-09-24)
|
|
835
|
+
|
|
836
|
+
### Bug Fixes
|
|
837
|
+
|
|
838
|
+
- adjust markdown overrides ([30f45b8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/30f45b8fe6a4764947ba4de4a18ab64a7f0aeb25))
|
|
839
|
+
|
|
840
|
+
# [1.4.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.23...v1.4.0) (2022-09-24)
|
|
841
|
+
|
|
842
|
+
### Features
|
|
843
|
+
|
|
844
|
+
- add new eslint rules and configure for use with eslint-functional 5 ([15458bf](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/15458bf5d931aa1442f48568c85e5b65347b2c97))
|
|
845
|
+
|
|
846
|
+
## [1.3.23](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.22...v1.3.23) (2022-09-08)
|
|
847
|
+
|
|
848
|
+
### Bug Fixes
|
|
849
|
+
|
|
850
|
+
- allow "index" in paths ([42d142f](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/42d142f4bea4393b3ec52362ba782e2504c8bcf9))
|
|
851
|
+
|
|
852
|
+
## [1.3.22](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.21...v1.3.22) (2022-07-11)
|
|
853
|
+
|
|
854
|
+
### Bug Fixes
|
|
855
|
+
|
|
856
|
+
- allow bundledDependency, optionalDependency and peerDependency imports ([7c20742](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7c20742b6b4ccd51df7c64eb2f749a05fd57681f))
|
|
857
|
+
|
|
858
|
+
## [1.3.21](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.20...v1.3.21) (2022-05-29)
|
|
859
|
+
|
|
860
|
+
### Bug Fixes
|
|
861
|
+
|
|
862
|
+
- **import/no-extraneous-dependencies:** support cts and mts extension ([50daeb3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/50daeb381d64b9a40cb8a5ae6f80b690f10fca68))
|
|
863
|
+
|
|
864
|
+
## [1.3.20](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.19...v1.3.20) (2022-04-17)
|
|
865
|
+
|
|
866
|
+
### Bug Fixes
|
|
867
|
+
|
|
868
|
+
- allow plusplus ([4fd2635](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4fd2635cdaabb866ecd8d6b1abe85aeb3207b7be))
|
|
869
|
+
- loosen promise rules ([517b196](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/517b19684057561d21dc846d896f6260056e1915))
|
|
870
|
+
|
|
871
|
+
## [1.3.19](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.18...v1.3.19) (2022-04-13)
|
|
872
|
+
|
|
873
|
+
### Bug Fixes
|
|
874
|
+
|
|
875
|
+
- tweak naming-convention" ([39f4456](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/39f4456cd39e78f09b188d3960c0baa893792b67))
|
|
876
|
+
|
|
877
|
+
## [1.3.18](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.17...v1.3.18) (2022-04-09)
|
|
878
|
+
|
|
879
|
+
### Bug Fixes
|
|
880
|
+
|
|
881
|
+
- tweak naming-convention" ([9f12b8a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/9f12b8a3641217c8eb037993fbf41daeb381fa82))
|
|
882
|
+
|
|
883
|
+
## [1.3.17](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.16...v1.3.17) (2022-04-05)
|
|
884
|
+
|
|
885
|
+
### Bug Fixes
|
|
886
|
+
|
|
887
|
+
- tweak naming-convention" ([ab792d2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ab792d2b3a40b22723bb2384cae4692e100bf754))
|
|
888
|
+
|
|
889
|
+
## [1.3.16](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.15...v1.3.16) (2022-04-04)
|
|
890
|
+
|
|
891
|
+
### Bug Fixes
|
|
892
|
+
|
|
893
|
+
- tweak naming-convention" ([092ae10](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/092ae102744c68657832367634daa679fa2f36b9))
|
|
894
|
+
|
|
895
|
+
## [1.3.15](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.14...v1.3.15) (2022-04-04)
|
|
896
|
+
|
|
897
|
+
### Bug Fixes
|
|
898
|
+
|
|
899
|
+
- tweak naming-convention ([3fa91b2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3fa91b2f8aa49f2bbf24b916dad0fafe63f20551))
|
|
900
|
+
|
|
901
|
+
## [1.3.14](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.13...v1.3.14) (2022-04-04)
|
|
902
|
+
|
|
903
|
+
### Bug Fixes
|
|
904
|
+
|
|
905
|
+
- fix dash character ([5b8a1c7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5b8a1c7f8954863825ead368ba5d5045d585f923))
|
|
906
|
+
- tweak naming-convention ([1df2ea5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1df2ea5f5fd68b84a9de4976e5a3b87e5e606227))
|
|
907
|
+
|
|
908
|
+
## [1.3.13](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.12...v1.3.13) (2022-04-04)
|
|
909
|
+
|
|
910
|
+
### Bug Fixes
|
|
911
|
+
|
|
912
|
+
- tweak naming-convention ([136b90a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/136b90a05ff64bb3462a03bc4085a627fa874caa))
|
|
913
|
+
|
|
914
|
+
## [1.3.12](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.11...v1.3.12) (2022-04-02)
|
|
915
|
+
|
|
916
|
+
### Bug Fixes
|
|
917
|
+
|
|
918
|
+
- allow underscore dangle ([c92396b](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c92396bdeda2732c34d60311a4ae74da1dac6c27))
|
|
919
|
+
|
|
920
|
+
## [1.3.11](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.10...v1.3.11) (2022-04-02)
|
|
921
|
+
|
|
922
|
+
### Bug Fixes
|
|
923
|
+
|
|
924
|
+
- turn off init-declarations ([49068ef](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/49068ef73c410ee86f1335f3c78ef11bc10c53a2))
|
|
925
|
+
|
|
926
|
+
## [1.3.10](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.9...v1.3.10) (2022-04-02)
|
|
927
|
+
|
|
928
|
+
### Bug Fixes
|
|
929
|
+
|
|
930
|
+
- allow "m\_" prefix to mark something as mutable ([0c5c0d4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0c5c0d44c09c359ff6f7660c0820fff614ad15d6))
|
|
931
|
+
- remove tsdoc ([a811527](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a8115278d708793ff76681b033d9c0b18a2a6fff))
|
|
932
|
+
|
|
933
|
+
## [1.3.9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.8...v1.3.9) (2022-03-23)
|
|
934
|
+
|
|
935
|
+
### Bug Fixes
|
|
936
|
+
|
|
937
|
+
- update commonjs overrides ([3a7485f](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3a7485f1afd6389c818b1dc87d632272ed306005))
|
|
938
|
+
|
|
939
|
+
## [1.3.8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.7...v1.3.8) (2022-03-23)
|
|
940
|
+
|
|
941
|
+
### Bug Fixes
|
|
942
|
+
|
|
943
|
+
- update commonjs overrides ([ee917f0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ee917f0ee45841e85032301f0855c7c179c6463f))
|
|
944
|
+
|
|
945
|
+
## [1.3.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.6...v1.3.7) (2022-03-23)
|
|
946
|
+
|
|
947
|
+
### Bug Fixes
|
|
948
|
+
|
|
949
|
+
- add common js overrides ([7da04f6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7da04f6e24d0a8b6acd7b0ffccfb1aacc77e4a9a))
|
|
950
|
+
|
|
951
|
+
## [1.3.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.5...v1.3.6) (2022-03-22)
|
|
952
|
+
|
|
953
|
+
### Bug Fixes
|
|
954
|
+
|
|
955
|
+
- update typescript overrides ([5d8a645](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5d8a6459ac4667dd5500dbff4ad4abf10c799aab))
|
|
956
|
+
|
|
957
|
+
## [1.3.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.4...v1.3.5) (2022-03-22)
|
|
958
|
+
|
|
959
|
+
### Bug Fixes
|
|
960
|
+
|
|
961
|
+
- turn off no-return-void for scripts ([7888b8d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7888b8d12c3b10f55d84c47009c9432ace68837b))
|
|
962
|
+
|
|
963
|
+
## [1.3.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.3...v1.3.4) (2022-03-22)
|
|
964
|
+
|
|
965
|
+
### Bug Fixes
|
|
966
|
+
|
|
967
|
+
- import/internal-regex ([3bc0fa5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3bc0fa5b8e85ac3f4fc16407d27bca6035f19ded))
|
|
968
|
+
|
|
969
|
+
## [1.3.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.2...v1.3.3) (2022-03-22)
|
|
970
|
+
|
|
971
|
+
### Bug Fixes
|
|
972
|
+
|
|
973
|
+
- upadte functional rules ([19ed80d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/19ed80dfcd99fedf3de686dbc6e06b5ab3b63f5e))
|
|
974
|
+
- update import rules ([2382357](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/238235709d74a76c0ee1b53fc3c691f72074ea91))
|
|
975
|
+
|
|
976
|
+
## [1.3.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.1...v1.3.2) (2022-03-22)
|
|
977
|
+
|
|
978
|
+
### Bug Fixes
|
|
979
|
+
|
|
980
|
+
- update node rules ([81a5c93](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/81a5c931f79bee9314fea099d3fa532216c2104b))
|
|
981
|
+
|
|
982
|
+
## [1.3.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.3.0...v1.3.1) (2022-02-09)
|
|
983
|
+
|
|
984
|
+
### Bug Fixes
|
|
985
|
+
|
|
986
|
+
- update unicorn rules ([d0bca6e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/d0bca6ee46f296ece9da5b0cb2758a59400996ad))
|
|
987
|
+
|
|
988
|
+
# [1.3.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.2.2...v1.3.0) (2022-02-07)
|
|
989
|
+
|
|
990
|
+
### Bug Fixes
|
|
991
|
+
|
|
992
|
+
- allow throw statements inside async functions ([4bc76bf](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4bc76bf167517fd3ab1643a896834238d982ebb5))
|
|
993
|
+
|
|
994
|
+
### Features
|
|
995
|
+
|
|
996
|
+
- check tsdocs when using typescript ([3b3d586](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3b3d586ee6d01754c6db6faf2f302e866b1fd7f8))
|
|
997
|
+
- update script config and add test config ([88196bc](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/88196bc1fd5983fa1ff5d610f42c5e7f1a041daf))
|
|
998
|
+
|
|
999
|
+
## [1.2.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.2.1...v1.2.2) (2022-01-29)
|
|
1000
|
+
|
|
1001
|
+
### Bug Fixes
|
|
1002
|
+
|
|
1003
|
+
- **@typescript-eslint/prefer-readonly-parameter-types:** treat methods as readonly ([a0a1af7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/a0a1af7995dae9cc5bd9697d8c585a275c0118bc))
|
|
1004
|
+
- **jsdoc/require-jsdoc:** ensure exported function declaration also require jsdoc ([8d647d1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/8d647d1096079586041e2a50fce83503effd81ea))
|
|
1005
|
+
|
|
1006
|
+
## [1.2.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.2.0...v1.2.1) (2022-01-14)
|
|
1007
|
+
|
|
1008
|
+
### Bug Fixes
|
|
1009
|
+
|
|
1010
|
+
- **jsdoc/require-jsdoc:** only require jsdocs on types when they are exported ([0ebcdf8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0ebcdf8cdc37e1bc6441bbdf96001e7f35dfac1c))
|
|
1011
|
+
- **jsdoc/require-jsdoc:** require jsdocs for exported interfaces ([cec3e26](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/cec3e26ed6d6b0588b4f4680b2e24eb0b05c4b9e))
|
|
1012
|
+
|
|
1013
|
+
# [1.2.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.1.5...v1.2.0) (2021-12-07)
|
|
1014
|
+
|
|
1015
|
+
### Bug Fixes
|
|
1016
|
+
|
|
1017
|
+
- add ts version of rule no-redeclare ([eaa92ac](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/eaa92aca6592ccfd2bc80f03fc966c8499c9deaa))
|
|
1018
|
+
- increase severity of prefer-readonly-parameter-types rule ([807acf4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/807acf494b0064af40a1aca11f362a024174a6f7))
|
|
1019
|
+
- turn off consistent-return in ts environment ([5cc95bf](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5cc95bf2fe2784ed37a553413e94e19f3ecca2fc))
|
|
1020
|
+
- turn off no-try-statement ([01168ad](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/01168adfe7dac707974bc45a8e6a3d6089832d3c))
|
|
1021
|
+
- turn off no-warning-comments ([78150eb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/78150eb466467371e08724297b6ed353c69ead85))
|
|
1022
|
+
- turn off prefer-await-to-then ([abeab1a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/abeab1ab0d02c57470eef48eb63aec05420f6873))
|
|
1023
|
+
- turn off prefer-tacit ([c26c1d6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c26c1d6a2a168fbf999cbc7930ba66bfaeb40a37))
|
|
1024
|
+
- turn off promise-function-async ([01e413d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/01e413daf5a5c04badbb9fe87166584a1e1eb1f2))
|
|
1025
|
+
- turn off sort-type-union-intersection-members" ([88c3567](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/88c356746053d623c1f1220fad450ac43dc4f3ae))
|
|
1026
|
+
|
|
1027
|
+
### Features
|
|
1028
|
+
|
|
1029
|
+
- add config for srcipting ([458fcf6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/458fcf68baf2ee4af20a4d4ed3fba7f34bb84271))
|
|
1030
|
+
|
|
1031
|
+
## [1.1.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.1.4...v1.1.5) (2021-10-18)
|
|
1032
|
+
|
|
1033
|
+
### Bug Fixes
|
|
1034
|
+
|
|
1035
|
+
- **no-extra-parens:** use typescript version of rule when in typescript ([#867](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/867)) ([ba4547e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ba4547eb5f5343befd60883480ee21862af3ee1b))
|
|
1036
|
+
- **space-infix-ops:** use typescript version of space-infix-ops for t… ([#868](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/868)) ([e526697](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e52669724305c042d9ef910121546ed5bd197b12))
|
|
1037
|
+
- **type-annotation-spacing:** add rule ([#866](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/866)) ([2604984](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/260498492a37e0d27d7420a3aa5e781e0aa7c8e1))
|
|
1038
|
+
|
|
1039
|
+
## [1.1.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.1.3...v1.1.4) (2021-09-21)
|
|
1040
|
+
|
|
1041
|
+
### Bug Fixes
|
|
1042
|
+
|
|
1043
|
+
- update markdown overrides ([#855](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/855)) ([4544336](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/45443362262c5cbbc31c855539ab51012e88d5c2))
|
|
1044
|
+
|
|
1045
|
+
## [1.1.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.1.2...v1.1.3) (2021-09-21)
|
|
1046
|
+
|
|
1047
|
+
### Bug Fixes
|
|
1048
|
+
|
|
1049
|
+
- turn off all type-checking eslint rules for markdown ([#854](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues/854)) ([2605f92](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2605f925467654e1cf0a61c4c8f35924cb6fe2ee))
|
|
1050
|
+
|
|
1051
|
+
## [1.1.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.1.1...v1.1.2) (2021-09-19)
|
|
1052
|
+
|
|
1053
|
+
### Bug Fixes
|
|
1054
|
+
|
|
1055
|
+
- allow mutations of things prefixed with mutable ([6ed77e4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/6ed77e4f5681d204611b3461732f8ed9ec5fea83))
|
|
1056
|
+
|
|
1057
|
+
## [1.1.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.1.0...v1.1.1) (2021-09-11)
|
|
1058
|
+
|
|
1059
|
+
### Bug Fixes
|
|
1060
|
+
|
|
1061
|
+
- remove rules that aren't ready for ts ([77dcde1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/77dcde179189d7201b14d6d974929b37609363ff))
|
|
1062
|
+
|
|
1063
|
+
# [1.1.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.16...v1.1.0) (2021-09-10)
|
|
1064
|
+
|
|
1065
|
+
### Bug Fixes
|
|
1066
|
+
|
|
1067
|
+
- **sonarjs/no-duplicate-string:** increase the number of duplicate strings needed to trigger rule ([581fd1e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/581fd1e1c1da16f98f0ed41a52e9fe6453cff6c9))
|
|
1068
|
+
- split builtins from externals ([7151110](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7151110303b032aacbffde7f37b2347a5ab1c30f))
|
|
1069
|
+
|
|
1070
|
+
### Features
|
|
1071
|
+
|
|
1072
|
+
- update ecma version ([f95e9e1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f95e9e1ca7c225858d03d246778a6d099909f217))
|
|
1073
|
+
- update markdown config ([c9300ed](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c9300ed1bbd2ce97aae7ace955df0a2664bbe0b7))
|
|
1074
|
+
- update unicorn rules ([684fa41](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/684fa410bef1b7a13a060041dfaf385aa027777e))
|
|
1075
|
+
|
|
1076
|
+
## [1.0.16](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.15...v1.0.16) (2021-09-10)
|
|
1077
|
+
|
|
1078
|
+
### Bug Fixes
|
|
1079
|
+
|
|
1080
|
+
- update typescript rules ([1230247](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/12302479dc68a2d3c218f783b8bf5673dd7108a5))
|
|
1081
|
+
|
|
1082
|
+
## [1.0.15](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.14...v1.0.15) (2021-08-26)
|
|
1083
|
+
|
|
1084
|
+
### Bug Fixes
|
|
1085
|
+
|
|
1086
|
+
- use consistent-type-definitions over prefer-type-literal ([adcd4fe](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/adcd4fed4f29cd8d732517e32e113d9828d25777))
|
|
1087
|
+
|
|
1088
|
+
## [1.0.14](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.13...v1.0.14) (2021-08-24)
|
|
1089
|
+
|
|
1090
|
+
### Bug Fixes
|
|
1091
|
+
|
|
1092
|
+
- update what nodes require jsdoc ([27748d3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/27748d3b470a22957c7abb32168c576dfb19bac4))
|
|
1093
|
+
|
|
1094
|
+
## [1.0.13](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.12...v1.0.13) (2021-08-24)
|
|
1095
|
+
|
|
1096
|
+
### Bug Fixes
|
|
1097
|
+
|
|
1098
|
+
- for simple non-readonly arrays, don't use generic style ([3d480b9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3d480b9648c7f172e4719c59bc589ad97fffabcc))
|
|
1099
|
+
- turn off default-case now that we are checking if exhaustive ([45dea9c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/45dea9cb74835446e6c7fb8f5788e6f1dd6341ee))
|
|
1100
|
+
|
|
1101
|
+
## [1.0.12](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.11...v1.0.12) (2021-07-30)
|
|
1102
|
+
|
|
1103
|
+
### Bug Fixes
|
|
1104
|
+
|
|
1105
|
+
- remove eslint-plugin-simple-import-sort as a peer dep as no longer used ([78d4200](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/78d420025673e42e5528e0d11f25991fccc48252))
|
|
1106
|
+
|
|
1107
|
+
## [1.0.11](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.10...v1.0.11) (2021-07-30)
|
|
1108
|
+
|
|
1109
|
+
### Bug Fixes
|
|
1110
|
+
|
|
1111
|
+
- allow void before call expressions ([932351e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/932351ef856c0062f5e134afda08a80a150588f0))
|
|
1112
|
+
|
|
1113
|
+
## [1.0.10](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.9...v1.0.10) (2021-07-22)
|
|
1114
|
+
|
|
1115
|
+
### Bug Fixes
|
|
1116
|
+
|
|
1117
|
+
- use stylistic over stylitic functional ruleset ([68d9560](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/68d956087ce25825bef8760285433eaafe80bbbc))
|
|
1118
|
+
|
|
1119
|
+
## [1.0.9](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.8...v1.0.9) (2021-07-21)
|
|
1120
|
+
|
|
1121
|
+
### Bug Fixes
|
|
1122
|
+
|
|
1123
|
+
- ignore mutable types in classes ([31e4982](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/31e4982508d5d2590f9026c1000ac69a68195a26))
|
|
1124
|
+
|
|
1125
|
+
## [1.0.8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.7...v1.0.8) (2021-07-21)
|
|
1126
|
+
|
|
1127
|
+
### Bug Fixes
|
|
1128
|
+
|
|
1129
|
+
- make rule prefer-readonly-parameter-types more lenient ([c0be938](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c0be9380d597ac09b139f02f017de2cc815a83c3))
|
|
1130
|
+
|
|
1131
|
+
## [1.0.7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.6...v1.0.7) (2021-07-21)
|
|
1132
|
+
|
|
1133
|
+
### Bug Fixes
|
|
1134
|
+
|
|
1135
|
+
- **comma-dangle:** use typescript version of rule ([2065d6e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/2065d6efce4b0d1bf7c7bc7a06ddfca7b98b7563))
|
|
1136
|
+
- **consistent-indexed-object-style:** add rule ([c57ef18](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c57ef182eeb6d3c727a16d01651e2b8b51d6e88b))
|
|
1137
|
+
- **dot-notation:** use typescript version of rule ([4407aef](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4407aefe9ac256d50ca6f98a41742aa4ee19f7a7))
|
|
1138
|
+
- **no-confusing-void-expression:** add rule ([ced5612](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ced56129c2258bc85d0a2a1e2c57b84c629ee89c))
|
|
1139
|
+
- **no-invalid-void-type:** add rule ([875bb0c](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/875bb0ce830a1667717354148874325ba4252450))
|
|
1140
|
+
- **no-loop-func:** use typescript version of rule ([db7c588](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/db7c588def28d155db445a47d617bed5424edf98))
|
|
1141
|
+
- **no-shadow:** use typescript version of rule ([59945b1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/59945b1b1bc0da23b1a56812498f53bd0e836cb4))
|
|
1142
|
+
- **no-unnecessary-type-constraint:** add rule ([7e31455](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7e31455efe953f66cdbca9f2b0c15e5520cf539e))
|
|
1143
|
+
- **non-nullable-type-assertion-style:** add rule ([273e0db](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/273e0db30a4185279df7a07f8422408a786436e0))
|
|
1144
|
+
- **object-curly-spacing:** use typescript version of rule for typescript ([3d0d7eb](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/3d0d7eb859540105a87cc54da003a61a3f19b85a))
|
|
1145
|
+
- **prefer-readonly-parameter-types:** add rule ([5d85ce2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5d85ce29e392c1d34c50bc3d339e74ffd64399a0))
|
|
1146
|
+
- **promise-function-async:** add rule ([26927f0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/26927f0f3730ff78358e44c5119ccdd017053cb4))
|
|
1147
|
+
- **restrict-plus-operands:** add rule ([f68d08e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f68d08e6e9ddae423d52a18e1ce62bc4c016428d))
|
|
1148
|
+
- **sort-type-union-intersection-members:** add rule ([4bfdb58](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4bfdb58e9d207c478dc14f149d801e329113887b))
|
|
1149
|
+
- **strict-boolean-expressions:** add rule ([c973802](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c973802db4b9afbe4afe6d609caccfb178ef84fa))
|
|
1150
|
+
- **unbound-method:** add rule ([9000402](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/9000402bd71da82476dc3be136dceb1643d05ad4))
|
|
1151
|
+
|
|
1152
|
+
## [1.0.6](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.5...v1.0.6) (2021-01-06)
|
|
1153
|
+
|
|
1154
|
+
### Bug Fixes
|
|
1155
|
+
|
|
1156
|
+
- **common-overrides:** fix typo ([f0d6a59](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/f0d6a5956e17dc7d04351271c8ff89b70db0482b))
|
|
1157
|
+
|
|
1158
|
+
## [1.0.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.4...v1.0.5) (2021-01-05)
|
|
1159
|
+
|
|
1160
|
+
### Bug Fixes
|
|
1161
|
+
|
|
1162
|
+
- **typescript:** update typescript ruels ([ab3f180](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ab3f180ab4daeb3993f373bdbf1fca117a121b59))
|
|
1163
|
+
|
|
1164
|
+
## [1.0.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.3...v1.0.4) (2021-01-05)
|
|
1165
|
+
|
|
1166
|
+
### Bug Fixes
|
|
1167
|
+
|
|
1168
|
+
- **import/no-extraneous-dependencies:** update rule options ([25f8ba8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/25f8ba8f40aaa947c535e0b81c24853b10cc4675))
|
|
1169
|
+
|
|
1170
|
+
## [1.0.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.2...v1.0.3) (2021-01-02)
|
|
1171
|
+
|
|
1172
|
+
### Bug Fixes
|
|
1173
|
+
|
|
1174
|
+
- turn off rule import/no-commonjs ([e0607bf](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e0607bf6928ace68850b5dd081c2e102cf69e560))
|
|
1175
|
+
|
|
1176
|
+
## [1.0.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.1...v1.0.2) (2021-01-02)
|
|
1177
|
+
|
|
1178
|
+
### Bug Fixes
|
|
1179
|
+
|
|
1180
|
+
- disable rule "new-cap" ([9aeceec](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/9aeceecfdb726dd88d01a290a033208145d3c31a))
|
|
1181
|
+
- disable rule @typescript-eslint/no-var-requires in non-ts files ([0f1e17a](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/0f1e17ad23406d3f5b647d33d8c4d6140b31f42c))
|
|
1182
|
+
- disable rule jsdoc/require-description-complete-sentence ([9e1217b](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/9e1217b7240a0f1ba4320089a854d19e6cc5d302))
|
|
1183
|
+
- disable rule node/global-require ([9d598cf](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/9d598cfa3c2087c25ea590a2ac293c8cf4b8fad5))
|
|
1184
|
+
- disable rules @typescript-eslint/no-require-imports ([7ce18d8](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7ce18d876d9ea82fd5ec2a528c179382137ab7bd))
|
|
1185
|
+
- opt-in to functional/stylitic rules ([c5d6ae7](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c5d6ae761035e5d036d97b38b19e30593481ee7c))
|
|
1186
|
+
- update unicorn rules ([4ffd355](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/4ffd355da4dc046c970912e63f649b72d8f19b67))
|
|
1187
|
+
|
|
1188
|
+
## [1.0.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v1.0.0...v1.0.1) (2020-12-24)
|
|
1189
|
+
|
|
1190
|
+
### Bug Fixes
|
|
1191
|
+
|
|
1192
|
+
- security updates ([fdb7c90](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/fdb7c90fe351ad50d5a639ba9b3a7e68fdf06131))
|
|
1193
|
+
|
|
1194
|
+
# [1.0.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.2.3...v1.0.0) (2020-12-22)
|
|
1195
|
+
|
|
1196
|
+
### Code Refactoring
|
|
1197
|
+
|
|
1198
|
+
- update build process, refactor codebase, update eslint rules ([7b5947e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7b5947ee6891f64c06b7f6b7b0db8e73d2d45f57))
|
|
1199
|
+
|
|
1200
|
+
### Features
|
|
1201
|
+
|
|
1202
|
+
- split into multiple configs ([1b37e76](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1b37e769214936824c0146bd3211514aeb452d77))
|
|
1203
|
+
|
|
1204
|
+
### BREAKING CHANGES
|
|
1205
|
+
|
|
1206
|
+
- import updates
|
|
1207
|
+
- Rules have been updated
|
|
1208
|
+
|
|
1209
|
+
## [0.2.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.2.2...v0.2.3) (2019-12-29)
|
|
1210
|
+
|
|
1211
|
+
### Bug Fixes
|
|
1212
|
+
|
|
1213
|
+
- **functional:** load eslint-plugin-functional's external-recommended ([5fded3f](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5fded3f9872e5a7ae021c9c593111673ff791bde))
|
|
1214
|
+
|
|
1215
|
+
## [0.2.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.2.1...v0.2.2) (2019-11-20)
|
|
1216
|
+
|
|
1217
|
+
### Bug Fixes
|
|
1218
|
+
|
|
1219
|
+
- test release ([ac5b17e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ac5b17e5fe54f6c2262adb2e3c3cdea3606529df))
|
|
1220
|
+
|
|
1221
|
+
## [0.2.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.2.1...v0.2.2) (2019-11-20)
|
|
1222
|
+
|
|
1223
|
+
### Bug Fixes
|
|
1224
|
+
|
|
1225
|
+
- test release ([652927e](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/652927eba93ee6d5a2c316e316c627d030e88786))
|
|
1226
|
+
|
|
1227
|
+
## [0.2.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.2.0...v0.2.1) (2019-11-20)
|
|
1228
|
+
|
|
1229
|
+
### Bug Fixes
|
|
1230
|
+
|
|
1231
|
+
- force publish ([58075c1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/58075c1b1ad4cb8fe08b9ccf798122e18853106d))
|
|
1232
|
+
|
|
1233
|
+
# [0.2.0](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.1.5...v0.2.0) (2019-09-17)
|
|
1234
|
+
|
|
1235
|
+
### Bug Fixes
|
|
1236
|
+
|
|
1237
|
+
- **package:** update rimraf to version 3.0.0 ([23dd874](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/23dd874))
|
|
1238
|
+
|
|
1239
|
+
### Features
|
|
1240
|
+
|
|
1241
|
+
- use more of [@typescript-eslint](https://github.com/typescript-eslint) rulesets ([5f6bb0d](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/5f6bb0d))
|
|
1242
|
+
|
|
1243
|
+
## [v0.1.5](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.1.4...v0.1.5) - 2019-08-10
|
|
1244
|
+
|
|
1245
|
+
### Commits
|
|
1246
|
+
|
|
1247
|
+
- feat: use eslint-import-resolver-typescript [`e4d902e`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/e4d902e1fb55a043da2e7594ef8e03630203bc48)
|
|
1248
|
+
- docs(changelog): update for v0.1.4 [`1593e3b`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1593e3b98bad1bef7c9ef20e5a9ccf5feef0c095)
|
|
1249
|
+
|
|
1250
|
+
## [v0.1.4](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.1.3...v0.1.4) - 2019-08-10
|
|
1251
|
+
|
|
1252
|
+
### Commits
|
|
1253
|
+
|
|
1254
|
+
- docs(changelog): update for v0.1.3 [`7caf72e`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/7caf72e8b423408da25105be3a38bba8b49f1acd)
|
|
1255
|
+
- feat: turn off multiline-comment-style [`605679b`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/605679bd45d07298298d283b6f208108026882c0)
|
|
1256
|
+
|
|
1257
|
+
## [v0.1.3](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.1.2...v0.1.3) - 2019-08-09
|
|
1258
|
+
|
|
1259
|
+
### Commits
|
|
1260
|
+
|
|
1261
|
+
- build: build is now done before publish [`ae6a160`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/ae6a16091ee01e8c47283bcace34378995821a3d)
|
|
1262
|
+
- docs(changelog): update for v0.1.2 [`deea803`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/deea803e2d0003a5573387eaa99d5dae3b8039f7)
|
|
1263
|
+
|
|
1264
|
+
## [v0.1.2](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.1.1...v0.1.2) - 2019-08-09
|
|
1265
|
+
|
|
1266
|
+
### Commits
|
|
1267
|
+
|
|
1268
|
+
- docs(changelog): update for v0.1.1 [`76425cf`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/76425cfbffe4680e365ba080c55f0c23f9660f13)
|
|
1269
|
+
- feat: turn off unicorn/prevent-abbreviations [`c8e6aa5`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/c8e6aa5d49fbdb3b1d8099090cf5e6146dd7fc92)
|
|
1270
|
+
|
|
1271
|
+
## [v0.1.1](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/compare/v0.1.0...v0.1.1) - 2019-08-08
|
|
1272
|
+
|
|
1273
|
+
### Commits
|
|
1274
|
+
|
|
1275
|
+
- chore: add postpublish script [`1dfd455`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/1dfd45559b955da5dee474fa727ae0018af6cb01)
|
|
1276
|
+
- style: split array items onto there own line [`28171f5`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/28171f57807f99375c4f1bfe277801ec4ea3e35f)
|
|
1277
|
+
- docs: create changelog [`45a931a`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/45a931ac373df65cf032e530dd17c41a614876ce)
|
|
1278
|
+
|
|
1279
|
+
## v0.1.0 - 2019-08-08
|
|
1280
|
+
|
|
1281
|
+
### Commits
|
|
1282
|
+
|
|
1283
|
+
- feat: initial commit [`371adea`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/371adeac15528dc9292b1d94ee764974b4986e10)
|
|
1284
|
+
- chore: set prepublish script [`13197b6`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens/commit/13197b670b9edfeac1497ef8e38db514b160019b)
|