|
1 | 1 | # @orchestrator-ui/eslint-config-custom |
2 | 2 |
|
| 3 | +## 1.3.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- 3bfe651: Updates npm packages to latest versions |
| 8 | + |
3 | 9 | ## 1.3.0 |
4 | 10 |
|
5 | 11 | ### Minor Changes |
6 | 12 |
|
7 | | -- ef169fc: 1108 For the no-console rule allowing warnings too |
| 13 | +- ef169fc: 1108 For the no-console rule allowing warnings too |
8 | 14 |
|
9 | 15 | ## 1.2.1 |
10 | 16 |
|
11 | 17 | ### Patch Changes |
12 | 18 |
|
13 | | -- 09f3e09: Fixes markdown in README files |
| 19 | +- 09f3e09: Fixes markdown in README files |
14 | 20 |
|
15 | 21 | ## 1.2.0 |
16 | 22 |
|
17 | 23 | ### Minor Changes |
18 | 24 |
|
19 | | -- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license. |
| 25 | +- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license. |
20 | 26 |
|
21 | 27 | ## 1.1.3 |
22 | 28 |
|
23 | 29 | ### Patch Changes |
24 | 30 |
|
25 | | -- 9d8b7e0: Downgrades typescript-eslint-plugin |
| 31 | +- 9d8b7e0: Downgrades typescript-eslint-plugin |
26 | 32 |
|
27 | 33 | ## 1.1.2 |
28 | 34 |
|
29 | 35 | ### Patch Changes |
30 | 36 |
|
31 | | -- 6646b65: Fixes rule extend |
| 37 | +- 6646b65: Fixes rule extend |
32 | 38 |
|
33 | 39 | ## 1.1.1 |
34 | 40 |
|
35 | 41 | ### Patch Changes |
36 | 42 |
|
37 | | -- 126f2be: Fix eslint-plugin dependency |
| 43 | +- 126f2be: Fix eslint-plugin dependency |
38 | 44 |
|
39 | 45 | ## 1.1.0 |
40 | 46 |
|
41 | 47 | ### Minor Changes |
42 | 48 |
|
43 | | -- 1bed1cb: Add prettier and plugings to eslint config package |
| 49 | +- 1bed1cb: Add prettier and plugings to eslint config package |
44 | 50 |
|
45 | 51 | ## 1.0.0 |
46 | 52 |
|
47 | 53 | ### Major Changes |
48 | 54 |
|
49 | | -- 507399b: R1 Release |
| 55 | +- 507399b: R1 Release |
50 | 56 |
|
51 | 57 | ## 0.3.1 |
52 | 58 |
|
53 | 59 | ### Patch Changes |
54 | 60 |
|
55 | | -- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency |
| 61 | +- 5be68af: Exposing @typescript-eslint/eslint-plugin as dependency instead of devDependency |
56 | 62 |
|
57 | 63 | ## 0.3.0 |
58 | 64 |
|
59 | 65 | ### Minor Changes |
60 | 66 |
|
61 | | -- c8c6e10: Update npm dependency versions |
| 67 | +- c8c6e10: Update npm dependency versions |
62 | 68 |
|
63 | 69 | ## 0.2.0 |
64 | 70 |
|
65 | 71 | ### Minor Changes |
66 | 72 |
|
67 | | -- 2747ef2: Remove turborepo linting rule |
| 73 | +- 2747ef2: Remove turborepo linting rule |
68 | 74 |
|
69 | 75 | ## 0.1.0 |
70 | 76 |
|
71 | 77 | ### Minor Changes |
72 | 78 |
|
73 | | -- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14 |
| 79 | +- ef5eace: Updates all major dependencies including Typescript to version 5 and NextJS to version 14 |
74 | 80 |
|
75 | 81 | ## 0.0.7 |
76 | 82 |
|
77 | 83 | ### Patch Changes |
78 | 84 |
|
79 | | -- 39c896a: Moves all devDependencies into the dependencies section |
| 85 | +- 39c896a: Moves all devDependencies into the dependencies section |
80 | 86 |
|
81 | 87 | ## 0.0.6 |
82 | 88 |
|
83 | 89 | ### Patch Changes |
84 | 90 |
|
85 | | -- ce48846: Updates linting rules to ban all console statements except console.error() |
| 91 | +- ce48846: Updates linting rules to ban all console statements except console.error() |
86 | 92 |
|
87 | 93 | ## 0.0.5 |
88 | 94 |
|
89 | 95 | ### Patch Changes |
90 | 96 |
|
91 | | -- 6597ac1: Test release after adding absolute imports (issue 414) |
| 97 | +- 6597ac1: Test release after adding absolute imports (issue 414) |
92 | 98 |
|
93 | 99 | ## 0.0.4 |
94 | 100 |
|
95 | 101 | ### Patch Changes |
96 | 102 |
|
97 | | -- 6d680f6: Test release before adding absolute imports (issue 414) |
| 103 | +- 6d680f6: Test release before adding absolute imports (issue 414) |
98 | 104 |
|
99 | 105 | ## 0.0.3 |
100 | 106 |
|
101 | 107 | ### Patch Changes |
102 | 108 |
|
103 | | -- 3f17e71: Adds eslint dependency |
| 109 | +- 3f17e71: Adds eslint dependency |
104 | 110 |
|
105 | 111 | ## 0.0.2 |
106 | 112 |
|
107 | 113 | ### Patch Changes |
108 | 114 |
|
109 | | -- 0cef169: Splitted WFO in separate packages |
| 115 | +- 0cef169: Splitted WFO in separate packages |
110 | 116 |
|
111 | 117 | ## 0.0.1 |
112 | 118 |
|
113 | 119 | ### Patch Changes |
114 | 120 |
|
115 | | -- Converted tsconfig and eslint to standalone NPM package |
| 121 | +- Converted tsconfig and eslint to standalone NPM package |
0 commit comments