@trackunit/eslint-plugin-trackunit 0.4.57 → 0.4.60
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
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
## 0.4.60 (2026-04-28)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- enforce no-floating-promises in hilti ([927b011e419](https://github.com/Trackunit/manager/commit/927b011e419))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated shared-utils to 1.13.114
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Aleksandar Yanev Mihaylov @aleksandarmihaylov
|
|
14
|
+
- Cursor Agent @cursoragent
|
|
15
|
+
|
|
16
|
+
## 0.4.59 (2026-04-27)
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated shared-utils to 1.13.113
|
|
21
|
+
|
|
22
|
+
## 0.4.58 (2026-04-27)
|
|
23
|
+
|
|
24
|
+
### 🧱 Updated Dependencies
|
|
25
|
+
|
|
26
|
+
- Updated shared-utils to 1.13.112
|
|
27
|
+
|
|
1
28
|
## 0.4.57 (2026-04-27)
|
|
2
29
|
|
|
3
30
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -66,7 +66,7 @@ exports.typescriptRules = {
|
|
|
66
66
|
"@typescript-eslint/ban-ts-comment": "warn",
|
|
67
67
|
"@typescript-eslint/member-ordering": "error",
|
|
68
68
|
"@typescript-eslint/no-empty-object-type": "error",
|
|
69
|
-
"@typescript-eslint/no-floating-promises": "
|
|
69
|
+
"@typescript-eslint/no-floating-promises": "error",
|
|
70
70
|
"@typescript-eslint/explicit-member-accessibility": [
|
|
71
71
|
"error",
|
|
72
72
|
{
|