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