@ornikar/eslint-config-typescript-react 19.4.0 → 19.6.0

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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/CHANGELOG.md +0 -930
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/eslint-config-typescript-react",
3
- "version": "19.4.0",
3
+ "version": "19.6.0",
4
4
  "description": "eslint typescript react config files",
5
5
  "repository": {
6
6
  "directory": "@ornikar/eslint-config-typescript-react",
@@ -16,8 +16,8 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@ornikar/eslint-config-react": "^19.4.0",
20
- "@ornikar/eslint-config-typescript": "^19.4.0"
19
+ "@ornikar/eslint-config-react": "^19.6.0",
20
+ "@ornikar/eslint-config-typescript": "^19.5.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "eslint": "^8.18.0",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/react": "17.0.50",
28
- "eslint": "8.23.1",
28
+ "eslint": "8.25.0",
29
29
  "react": "17.0.2",
30
30
  "type-fest": "2.19.0"
31
31
  },
32
32
  "scripts": {
33
33
  "lint:eslint": "yarn ../.. lint:eslint @ornikar/eslint-config-typescript-react"
34
34
  },
35
- "gitHead": "aac8f096b735bbef01f36a757f9522b8860acb1e"
35
+ "gitHead": "45324c2dee0bb11a966cb5bbdeeec375c8241534"
36
36
  }
package/CHANGELOG.md DELETED
@@ -1,930 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [19.4.0](https://github.com/ornikar/eslint-configs/compare/v19.3.1...v19.4.0) (2022-09-16)
7
-
8
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
9
-
10
-
11
-
12
-
13
-
14
- ## [19.3.1](https://github.com/ornikar/eslint-configs/compare/v19.3.0...v19.3.1) (2022-09-01)
15
-
16
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
17
-
18
-
19
-
20
-
21
-
22
- # [19.3.0](https://github.com/ornikar/eslint-configs/compare/v19.2.0...v19.3.0) (2022-08-30)
23
-
24
-
25
- ### Features
26
-
27
- * **eslint-config-typescript-nestjs:** initial setup [no issue] ([#383](https://github.com/ornikar/eslint-configs/issues/383)) ([f82e3ef](https://github.com/ornikar/eslint-configs/commit/f82e3ef04bedb15a0836ebe5261b07209f2f9e62))
28
-
29
-
30
-
31
-
32
-
33
- # [19.2.0](https://github.com/ornikar/eslint-configs/compare/v19.1.0...v19.2.0) (2022-08-19)
34
-
35
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
36
-
37
-
38
-
39
-
40
-
41
- # [19.1.0](https://github.com/ornikar/eslint-configs/compare/v19.0.0...v19.1.0) (2022-07-22)
42
-
43
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
44
-
45
-
46
-
47
-
48
-
49
- # [19.0.0](https://github.com/ornikar/eslint-configs/compare/v18.13.0...v19.0.0) (2022-07-19)
50
-
51
-
52
- ### chore
53
-
54
- * **deps:** update dependency eslint-plugin-unicorn to v43 ([#344](https://github.com/ornikar/eslint-configs/issues/344)) ([dc66d53](https://github.com/ornikar/eslint-configs/commit/dc66d533caf6d79b5e332b8ce8e2f8c37dec962d))
55
- * **deps:** update frontend orb to v5 ([#340](https://github.com/ornikar/eslint-configs/issues/340)) ([82a0a41](https://github.com/ornikar/eslint-configs/commit/82a0a41861001c2a3bc2927e21cc75c85094814e))
56
-
57
-
58
- ### BREAKING CHANGES
59
-
60
- * **deps:** requires eslint 8.18
61
- * **deps:** requires node 16
62
-
63
-
64
-
65
-
66
-
67
- # [18.13.0](https://github.com/ornikar/eslint-configs/compare/v18.12.0...v18.13.0) (2022-07-01)
68
-
69
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
70
-
71
-
72
-
73
-
74
-
75
- # [18.12.0](https://github.com/ornikar/eslint-configs/compare/v18.11.0...v18.12.0) (2022-06-08)
76
-
77
-
78
- ### Bug Fixes
79
-
80
- * tests override extends from parent configs [no issue] ([#325](https://github.com/ornikar/eslint-configs/issues/325)) ([5364d72](https://github.com/ornikar/eslint-configs/commit/5364d72b10b105d6d6c1f8925578821a15db516c))
81
-
82
-
83
-
84
-
85
-
86
- # [18.11.0](https://github.com/ornikar/eslint-configs/compare/v18.10.0...v18.11.0) (2022-06-07)
87
-
88
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
89
-
90
-
91
-
92
-
93
-
94
- # [18.10.0](https://github.com/ornikar/eslint-configs/compare/v18.9.0...v18.10.0) (2022-05-31)
95
-
96
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
97
-
98
-
99
-
100
-
101
-
102
- # [18.9.0](https://github.com/ornikar/eslint-configs/compare/v18.8.0...v18.9.0) (2022-05-31)
103
-
104
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
105
-
106
-
107
-
108
-
109
-
110
- # [18.8.0](https://github.com/ornikar/eslint-configs/compare/v18.7.0...v18.8.0) (2022-05-02)
111
-
112
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
113
-
114
-
115
-
116
-
117
-
118
- # [18.7.0](https://github.com/ornikar/eslint-configs/compare/v18.6.0...v18.7.0) (2022-04-29)
119
-
120
-
121
- ### Features
122
-
123
- * add and configure eslint-plugin-security ARCH-1520 ([#298](https://github.com/ornikar/eslint-configs/issues/298)) ([9168a5e](https://github.com/ornikar/eslint-configs/commit/9168a5e66ec174570e063cebcb5eb47ea178deba))
124
-
125
-
126
-
127
-
128
-
129
- # [18.6.0](https://github.com/ornikar/eslint-configs/compare/v18.5.0...v18.6.0) (2022-04-26)
130
-
131
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
132
-
133
-
134
-
135
-
136
-
137
- # [18.5.0](https://github.com/ornikar/eslint-configs/compare/v18.4.0...v18.5.0) (2022-04-26)
138
-
139
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
140
-
141
-
142
-
143
-
144
-
145
- # [18.4.0](https://github.com/ornikar/eslint-configs/compare/v18.3.0...v18.4.0) (2022-04-22)
146
-
147
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
148
-
149
-
150
-
151
-
152
-
153
- # [18.3.0](https://github.com/ornikar/eslint-configs/compare/v18.2.1...v18.3.0) (2022-03-23)
154
-
155
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
156
-
157
-
158
-
159
-
160
-
161
- ## [18.2.1](https://github.com/ornikar/eslint-configs/compare/v18.2.0...v18.2.1) (2022-03-21)
162
-
163
-
164
- ### Bug Fixes
165
-
166
- * add tests-override in typescript and typescript-react ([5c11ac4](https://github.com/ornikar/eslint-configs/commit/5c11ac4a0d27044cda7e34b2a650f61c87a3eca0))
167
-
168
-
169
-
170
-
171
-
172
- # [18.2.0](https://github.com/ornikar/eslint-configs/compare/v18.1.0...v18.2.0) (2022-03-17)
173
-
174
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
175
-
176
-
177
-
178
-
179
-
180
- # [18.1.0](https://github.com/ornikar/eslint-configs/compare/v18.0.0...v18.1.0) (2022-03-15)
181
-
182
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
183
-
184
-
185
-
186
-
187
-
188
- # [18.0.0](https://github.com/ornikar/eslint-configs/compare/v17.0.0...v18.0.0) (2022-03-01)
189
-
190
-
191
- ### chore
192
-
193
- * **deps:** update dependency eslint to v8 ([#243](https://github.com/ornikar/eslint-configs/issues/243)) ([0789aee](https://github.com/ornikar/eslint-configs/commit/0789aee18b6a74673d187b3348faef8a792edae9))
194
-
195
-
196
- ### Features
197
-
198
- * **deps:** update dependency eslint-config-airbnb to v19 ([#208](https://github.com/ornikar/eslint-configs/issues/208)) ([89d1da2](https://github.com/ornikar/eslint-configs/commit/89d1da243d6c6e99a836e4164fed38be771536a4))
199
-
200
-
201
- ### BREAKING CHANGES
202
-
203
- * **deps:** requires eslint 8
204
- * **deps:** new rules added by the update of plugins and configs
205
-
206
-
207
-
208
-
209
-
210
- # [17.0.0](https://github.com/ornikar/eslint-configs/compare/v16.5.1...v17.0.0) (2022-01-07)
211
-
212
-
213
- ### Features
214
-
215
- * use jsx-runtime [no issue] ([#183](https://github.com/ornikar/eslint-configs/issues/183)) ([f580faf](https://github.com/ornikar/eslint-configs/commit/f580faf0c4ab887aa9d7541b88bb2839f386dbbc))
216
-
217
-
218
- ### BREAKING CHANGES
219
-
220
- * requires to use jsx-runtime first.
221
-
222
-
223
-
224
-
225
-
226
- ## [16.5.1](https://github.com/ornikar/eslint-configs/compare/v16.5.0...v16.5.1) (2022-01-05)
227
-
228
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
229
-
230
-
231
-
232
-
233
-
234
- # [16.5.0](https://github.com/ornikar/eslint-configs/compare/v16.4.0...v16.5.0) (2022-01-04)
235
-
236
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
237
-
238
-
239
-
240
-
241
-
242
- # [16.4.0](https://github.com/ornikar/eslint-configs/compare/v16.3.0...v16.4.0) (2021-12-21)
243
-
244
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
245
-
246
-
247
-
248
-
249
-
250
- # [16.3.0](https://github.com/ornikar/eslint-configs/compare/v16.2.0...v16.3.0) (2021-12-21)
251
-
252
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
253
-
254
-
255
-
256
-
257
-
258
- # [16.2.0](https://github.com/ornikar/eslint-configs/compare/v16.1.1...v16.2.0) (2021-12-09)
259
-
260
-
261
- ### Bug Fixes
262
-
263
- * downgrade node requirement [no issue] ([#204](https://github.com/ornikar/eslint-configs/issues/204)) ([a2ee3e0](https://github.com/ornikar/eslint-configs/commit/a2ee3e01d6a135520be4730581e540e6b33da5c9))
264
-
265
-
266
- ### Features
267
-
268
- * add stories-override [no issue] ([#202](https://github.com/ornikar/eslint-configs/issues/202)) ([a97cd3f](https://github.com/ornikar/eslint-configs/commit/a97cd3f1b55850aaa85fda3b238ef2dfa6bcafb6))
269
-
270
-
271
-
272
-
273
-
274
- ## [16.1.1](https://github.com/ornikar/eslint-configs/compare/v16.1.0...v16.1.1) (2021-12-08)
275
-
276
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
277
-
278
-
279
-
280
-
281
-
282
- # [16.1.0](https://github.com/ornikar/eslint-configs/compare/v16.0.1...v16.1.0) (2021-12-08)
283
-
284
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
285
-
286
-
287
-
288
-
289
-
290
- ## [16.0.1](https://github.com/ornikar/eslint-configs/compare/v16.0.0...v16.0.1) (2021-12-08)
291
-
292
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
293
-
294
-
295
-
296
-
297
-
298
- # [16.0.0](https://github.com/ornikar/eslint-configs/compare/v15.5.1...v16.0.0) (2021-12-07)
299
-
300
-
301
- ### chore
302
-
303
- * **deps:** update frontend orb to v4 ([#127](https://github.com/ornikar/eslint-configs/issues/127)) ([786c9bb](https://github.com/ornikar/eslint-configs/commit/786c9bbe02613864b5f87e7295a8fdaf42c8b8d7))
304
-
305
-
306
- ### BREAKING CHANGES
307
-
308
- * **deps:** unicorn/prefer-array-flat-map is enabled. Make sure you have the right polyfills if needed ; requires node >= 14.17.6 ; ; #
309
-
310
-
311
-
312
-
313
-
314
- ## [15.5.1](https://github.com/ornikar/eslint-configs/compare/v15.5.0...v15.5.1) (2021-12-02)
315
-
316
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
317
-
318
-
319
-
320
-
321
-
322
- # [15.5.0](https://github.com/ornikar/eslint-configs/compare/v15.4.0...v15.5.0) (2021-11-22)
323
-
324
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
325
-
326
-
327
-
328
-
329
-
330
- # [15.4.0](https://github.com/ornikar/eslint-configs/compare/v15.3.0...v15.4.0) (2021-11-15)
331
-
332
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
333
-
334
-
335
-
336
-
337
-
338
- # [15.3.0](https://github.com/ornikar/eslint-configs/compare/v15.2.0...v15.3.0) (2021-11-15)
339
-
340
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
341
-
342
-
343
-
344
-
345
-
346
- # [15.2.0](https://github.com/ornikar/eslint-configs/compare/v15.1.0...v15.2.0) (2021-11-04)
347
-
348
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
349
-
350
-
351
-
352
-
353
-
354
- # [15.1.0](https://github.com/ornikar/eslint-configs/compare/v15.0.0...v15.1.0) (2021-11-03)
355
-
356
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
357
-
358
-
359
-
360
-
361
-
362
- # [15.0.0](https://github.com/ornikar/eslint-configs/compare/v14.7.1...v15.0.0) (2021-10-25)
363
-
364
-
365
- ### chore
366
-
367
- * **deps:** update dependency eslint-plugin-unicorn to v37 ([#137](https://github.com/ornikar/eslint-configs/issues/137)) ([3ac2475](https://github.com/ornikar/eslint-configs/commit/3ac2475f6a12df0643abb9a62bd56eefc5f8e95b))
368
-
369
-
370
- ### BREAKING CHANGES
371
-
372
- * **deps:** requires eslint ^7.32.0
373
-
374
-
375
-
376
-
377
-
378
- ## [14.7.1](https://github.com/ornikar/eslint-configs/compare/v14.7.0...v14.7.1) (2021-10-22)
379
-
380
-
381
- ### Bug Fixes
382
-
383
- * camelcase rule ([800f00c](https://github.com/ornikar/eslint-configs/commit/800f00c9053e146495f9b81a83c8481c72458919))
384
-
385
-
386
-
387
-
388
-
389
- # [14.7.0](https://github.com/ornikar/eslint-configs/compare/v14.6.0...v14.7.0) (2021-10-22)
390
-
391
-
392
- ### Features
393
-
394
- * **eslint-config-typescript-react:** allow unsafe prefix camelcase rule [no issue] ([#138](https://github.com/ornikar/eslint-configs/issues/138)) ([48ce973](https://github.com/ornikar/eslint-configs/commit/48ce9731fd9752f1f89d86ae8c1d8cff0485afb9))
395
-
396
-
397
-
398
-
399
-
400
- # [14.6.0](https://github.com/ornikar/eslint-configs/compare/v14.5.0...v14.6.0) (2021-10-19)
401
-
402
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
403
-
404
-
405
-
406
-
407
-
408
- # [14.5.0](https://github.com/ornikar/eslint-configs/compare/v14.4.0...v14.5.0) (2021-09-21)
409
-
410
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
411
-
412
-
413
-
414
-
415
-
416
- # [14.4.0](https://github.com/ornikar/eslint-configs/compare/v14.3.0...v14.4.0) (2021-08-11)
417
-
418
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
419
-
420
-
421
-
422
-
423
-
424
- # [14.3.0](https://github.com/ornikar/eslint-configs/compare/v14.2.1...v14.3.0) (2021-08-05)
425
-
426
-
427
- ### Features
428
-
429
- * **eslint-config-typescript:** enable rule consistent-type-imports ARCH-1486 ([#83](https://github.com/ornikar/eslint-configs/issues/83)) ([cae0845](https://github.com/ornikar/eslint-configs/commit/cae0845f1f4cb9c5f047ec07f72baa62699f49cf))
430
-
431
-
432
-
433
-
434
-
435
- ## [14.2.1](https://github.com/ornikar/eslint-configs/compare/v14.2.0...v14.2.1) (2021-06-29)
436
-
437
-
438
- ### Bug Fixes
439
-
440
- * **eslint-config-typescript-react:** fix import of react-native config [no issue] ([#57](https://github.com/ornikar/eslint-configs/issues/57)) ([274039c](https://github.com/ornikar/eslint-configs/commit/274039c7e8a184197893d838b36e11aa0908e301))
441
-
442
-
443
-
444
-
445
-
446
- # [14.2.0](https://github.com/ornikar/eslint-configs/compare/v14.1.0...v14.2.0) (2021-06-22)
447
-
448
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
449
-
450
-
451
-
452
-
453
-
454
- # [14.1.0](https://github.com/ornikar/eslint-configs/compare/v14.0.1...v14.1.0) (2021-06-03)
455
-
456
-
457
- ### Bug Fixes
458
-
459
- * **eslint-config-typescript:** better typescript eslint config [no issue] ([#39](https://github.com/ornikar/eslint-configs/issues/39)) ([5602a6b](https://github.com/ornikar/eslint-configs/commit/5602a6b1b595daa7c5d84a30c6fbc8bc6d6321b8))
460
-
461
-
462
- ### Features
463
-
464
- * add rules for eslint meeting ARCH-1376 ([#50](https://github.com/ornikar/eslint-configs/issues/50)) ([15ed376](https://github.com/ornikar/eslint-configs/commit/15ed3761d395562b24cbd3723de8d1055e99a42d))
465
-
466
-
467
-
468
-
469
-
470
- ## [14.0.1](https://github.com/ornikar/eslint-configs/compare/v14.0.0...v14.0.1) (2021-05-03)
471
-
472
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
473
-
474
-
475
-
476
-
477
-
478
- # [14.0.0](https://github.com/ornikar/eslint-configs/compare/v13.3.0...v14.0.0) (2021-04-26)
479
-
480
-
481
- ### Features
482
-
483
- * require eslint 7.25 ([ea9aefd](https://github.com/ornikar/eslint-configs/commit/ea9aefd7cf356fccd43a8288ca53e245186a1b87))
484
-
485
-
486
- ### BREAKING CHANGES
487
-
488
- * requires eslint 7.25
489
-
490
-
491
-
492
-
493
-
494
- # [13.3.0](https://github.com/ornikar/eslint-configs/compare/v13.2.0...v13.3.0) (2021-04-26)
495
-
496
-
497
- ### Features
498
-
499
- * eslint 7 ARCH-1173 ([#33](https://github.com/ornikar/eslint-configs/issues/33)) ([92e14bd](https://github.com/ornikar/eslint-configs/commit/92e14bd2b48d403dceaaa188156b321f6b37118b))
500
-
501
-
502
-
503
-
504
-
505
- ## [13.0.1](https://github.com/ornikar/eslint-configs/compare/v13.0.0...v13.0.1) (2021-02-10)
506
-
507
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
508
-
509
-
510
-
511
-
512
-
513
- # [13.0.0](https://github.com/ornikar/eslint-configs/compare/v12.4.0...v13.0.0) (2021-02-09)
514
-
515
-
516
- ### Code Refactoring
517
-
518
- * typescript react dont import babel [no issue] ([#5](https://github.com/ornikar/eslint-configs/issues/5)) ([eac1c1d](https://github.com/ornikar/eslint-configs/commit/eac1c1d0c2793632aba8bc3dcd80895a4a653981))
519
-
520
-
521
- ### BREAKING CHANGES
522
-
523
- * extending eslint-config-react will also require to extends eslint-config-babel
524
-
525
-
526
-
527
-
528
-
529
- # [12.4.0](https://github.com/ornikar/eslint-configs/compare/v12.3.0...v12.4.0) (2021-02-09)
530
-
531
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
532
-
533
-
534
-
535
-
536
-
537
- # [12.3.0](https://github.com/ornikar/eslint-configs/compare/v12.2.0...v12.3.0) (2021-02-08)
538
-
539
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
540
-
541
-
542
-
543
-
544
-
545
- # [12.2.0](https://github.com/ornikar/eslint-configs/compare/v12.1.0...v12.2.0) (2021-02-01)
546
-
547
-
548
- ### Features
549
-
550
- * create eslint-configs repository ([9540d77](https://github.com/ornikar/eslint-configs/commit/9540d77281923524bdb96fbf8b86334d93b5f669))
551
-
552
-
553
-
554
-
555
-
556
- ## [10.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.2.0...@ornikar/eslint-config-typescript-react@10.2.1) (2021-01-29)
557
-
558
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
559
-
560
-
561
-
562
-
563
-
564
- # [10.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.7...@ornikar/eslint-config-typescript-react@10.2.0) (2021-01-27)
565
-
566
-
567
- ### Features
568
-
569
- * require node 12 fist lts [no issue] ([#449](https://github.com/ornikar/shared-configs/issues/449)) ([b8e612b](https://github.com/ornikar/shared-configs/commit/b8e612bc7e0573fd52023f8eea78e95e321567e5))
570
-
571
-
572
-
573
-
574
-
575
- ## [10.1.7](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.6...@ornikar/eslint-config-typescript-react@10.1.7) (2021-01-20)
576
-
577
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
578
-
579
-
580
-
581
-
582
-
583
- ## [10.1.6](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.5...@ornikar/eslint-config-typescript-react@10.1.6) (2020-09-18)
584
-
585
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
586
-
587
-
588
-
589
-
590
-
591
- ## [10.1.5](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.4...@ornikar/eslint-config-typescript-react@10.1.5) (2020-09-04)
592
-
593
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
594
-
595
-
596
-
597
-
598
-
599
- ## [10.1.4](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.3...@ornikar/eslint-config-typescript-react@10.1.4) (2020-08-12)
600
-
601
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
602
-
603
-
604
-
605
-
606
-
607
- ## [10.1.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.2...@ornikar/eslint-config-typescript-react@10.1.3) (2020-07-28)
608
-
609
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
610
-
611
-
612
-
613
-
614
-
615
- ## [10.1.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.1...@ornikar/eslint-config-typescript-react@10.1.2) (2020-07-10)
616
-
617
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
618
-
619
-
620
-
621
-
622
-
623
- ## [10.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.1.0...@ornikar/eslint-config-typescript-react@10.1.1) (2020-07-10)
624
-
625
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
626
-
627
-
628
-
629
-
630
-
631
- # [10.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.0.4...@ornikar/eslint-config-typescript-react@10.1.0) (2020-05-25)
632
-
633
-
634
- ### Features
635
-
636
- * support node 12.16.1 for renovate [no issue] ([#383](https://github.com/ornikar/shared-configs/issues/383)) ([77c0ef4](https://github.com/ornikar/shared-configs/commit/77c0ef4))
637
-
638
-
639
-
640
-
641
-
642
- ## [10.0.4](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.0.3...@ornikar/eslint-config-typescript-react@10.0.4) (2020-05-05)
643
-
644
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
645
-
646
-
647
-
648
-
649
-
650
- ## [10.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.0.2...@ornikar/eslint-config-typescript-react@10.0.3) (2020-05-05)
651
-
652
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
653
-
654
-
655
-
656
-
657
-
658
- ## [10.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.0.1...@ornikar/eslint-config-typescript-react@10.0.2) (2020-04-29)
659
-
660
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
661
-
662
-
663
-
664
-
665
-
666
- ## [10.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@10.0.0...@ornikar/eslint-config-typescript-react@10.0.1) (2020-04-22)
667
-
668
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
669
-
670
-
671
-
672
-
673
-
674
- # [10.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@9.0.2...@ornikar/eslint-config-typescript-react@10.0.0) (2020-04-21)
675
-
676
-
677
- ### Features
678
-
679
- * update node version to 12 [no issue] ([#354](https://github.com/ornikar/shared-configs/issues/354)) ([6276917](https://github.com/ornikar/shared-configs/commit/6276917))
680
-
681
-
682
- ### BREAKING CHANGES
683
-
684
- * node version
685
-
686
- * Update config.yml
687
-
688
-
689
-
690
-
691
-
692
- ## [9.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@9.0.1...@ornikar/eslint-config-typescript-react@9.0.2) (2020-01-22)
693
-
694
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
695
-
696
-
697
-
698
-
699
-
700
- ## [9.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@9.0.0...@ornikar/eslint-config-typescript-react@9.0.1) (2019-12-20)
701
-
702
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
703
-
704
-
705
-
706
-
707
-
708
- # [9.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.1.3...@ornikar/eslint-config-typescript-react@9.0.0) (2019-12-13)
709
-
710
-
711
- ### Features
712
-
713
- * eslint 6 [no issue] ([#298](https://github.com/ornikar/shared-configs/issues/298)) ([4bd9bf8](https://github.com/ornikar/shared-configs/commit/4bd9bf8))
714
-
715
-
716
- ### BREAKING CHANGES
717
-
718
- * changed peer deps eslint 6, prettier, and enabled new rules
719
-
720
- * refactor: comment on liwi
721
-
722
- * fix: remove todo rule, now allowed with unicorn
723
-
724
- * chore: update @typescript-eslint
725
-
726
- * feat: explicit-function-return-type allow expressions and hof
727
-
728
- * feat: remove allowExpressions: true
729
-
730
- * feat: remove allowExpressions: true
731
-
732
- * fix: prefer flat map
733
-
734
-
735
-
736
-
737
-
738
- ## [8.1.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.1.2...@ornikar/eslint-config-typescript-react@8.1.3) (2019-11-27)
739
-
740
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
741
-
742
-
743
-
744
-
745
-
746
- ## [8.1.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.1.1...@ornikar/eslint-config-typescript-react@8.1.2) (2019-08-05)
747
-
748
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
749
-
750
-
751
-
752
-
753
-
754
- ## [8.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.1.0...@ornikar/eslint-config-typescript-react@8.1.1) (2019-07-29)
755
-
756
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
757
-
758
-
759
-
760
-
761
-
762
- # [8.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.16...@ornikar/eslint-config-typescript-react@8.1.0) (2019-07-15)
763
-
764
-
765
- ### Features
766
-
767
- * disable prop types rule in eslint ts config ([#222](https://github.com/ornikar/shared-configs/issues/222)) ([fd8c6b9](https://github.com/ornikar/shared-configs/commit/fd8c6b9))
768
-
769
-
770
-
771
-
772
-
773
- ## [8.0.16](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.15...@ornikar/eslint-config-typescript-react@8.0.16) (2019-06-24)
774
-
775
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
776
-
777
-
778
-
779
-
780
-
781
- ## [8.0.15](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.14...@ornikar/eslint-config-typescript-react@8.0.15) (2019-06-10)
782
-
783
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
784
-
785
-
786
-
787
-
788
-
789
- ## [8.0.14](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.13...@ornikar/eslint-config-typescript-react@8.0.14) (2019-06-10)
790
-
791
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
792
-
793
-
794
-
795
-
796
-
797
- ## [8.0.13](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.12...@ornikar/eslint-config-typescript-react@8.0.13) (2019-05-22)
798
-
799
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
800
-
801
-
802
-
803
-
804
-
805
- ## [8.0.12](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.11...@ornikar/eslint-config-typescript-react@8.0.12) (2019-05-20)
806
-
807
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
808
-
809
-
810
-
811
-
812
-
813
- ## [8.0.11](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.10...@ornikar/eslint-config-typescript-react@8.0.11) (2019-05-13)
814
-
815
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
816
-
817
-
818
-
819
-
820
-
821
- ## [8.0.10](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.9...@ornikar/eslint-config-typescript-react@8.0.10) (2019-05-06)
822
-
823
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
824
-
825
-
826
-
827
-
828
-
829
- ## [8.0.9](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.8...@ornikar/eslint-config-typescript-react@8.0.9) (2019-04-29)
830
-
831
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
832
-
833
-
834
-
835
-
836
-
837
- ## [8.0.8](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.7...@ornikar/eslint-config-typescript-react@8.0.8) (2019-04-17)
838
-
839
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
840
-
841
-
842
-
843
-
844
-
845
- ## [8.0.7](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.6...@ornikar/eslint-config-typescript-react@8.0.7) (2019-04-15)
846
-
847
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
848
-
849
-
850
-
851
-
852
-
853
- ## [8.0.6](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.5...@ornikar/eslint-config-typescript-react@8.0.6) (2019-04-15)
854
-
855
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
856
-
857
-
858
-
859
-
860
-
861
- ## [8.0.5](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.4...@ornikar/eslint-config-typescript-react@8.0.5) (2019-04-10)
862
-
863
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
864
-
865
-
866
-
867
-
868
-
869
- ## [8.0.4](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.3...@ornikar/eslint-config-typescript-react@8.0.4) (2019-04-02)
870
-
871
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
872
-
873
-
874
-
875
-
876
-
877
- ## [8.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.2...@ornikar/eslint-config-typescript-react@8.0.3) (2019-04-01)
878
-
879
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
880
-
881
-
882
-
883
-
884
-
885
- ## [8.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.1...@ornikar/eslint-config-typescript-react@8.0.2) (2019-03-18)
886
-
887
- **Note:** Version bump only for package @ornikar/eslint-config-typescript-react
888
-
889
-
890
-
891
-
892
-
893
- ## [8.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config-typescript-react@8.0.0...@ornikar/eslint-config-typescript-react@8.0.1) (2019-03-12)
894
-
895
-
896
- ### Bug Fixes
897
-
898
- * import extensions rule ([#121](https://github.com/ornikar/shared-configs/issues/121)) ([4fbd44f](https://github.com/ornikar/shared-configs/commit/4fbd44f))
899
-
900
-
901
-
902
-
903
-
904
- # 8.0.0 (2019-02-26)
905
-
906
-
907
- ### Features
908
-
909
- * split eslint configs and add typescript [no issue] ([#103](https://github.com/ornikar/shared-configs/issues/103)) ([36627d2](https://github.com/ornikar/shared-configs/commit/36627d2))
910
-
911
-
912
- ### BREAKING CHANGES
913
-
914
- * @ornikar/eslint-config splitted
915
-
916
- * docs: update first readme
917
-
918
- * docs: missing eslint-plugin-react-hooks
919
-
920
- * feat: disable @typescript-eslint/no-empty-interface
921
-
922
- * fix: move babel-eslint in dependencies
923
-
924
- * docs: typo plugin - config
925
-
926
- * docs: eslint-config-typescript-react
927
-
928
- * docs: use /eslint-config for consistency
929
-
930
- * fix: ornikar/eslint-plugin-typescript-react