@trackunit/eslint-plugin-trackunit 0.4.25 → 0.4.27

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,20 @@
1
+ ## 0.4.27 (2026-03-27)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated shared-utils to 1.13.81
6
+
7
+ ## 0.4.26 (2026-03-26)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - enforce member ordering ([d884dff4194](https://github.com/Trackunit/manager/commit/d884dff4194))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Aleksandar Yanev Mihaylov @aleksandarmihaylov
16
+ - Cursor Agent @cursoragent
17
+
1
18
  ## 0.4.25 (2026-03-26)
2
19
 
3
20
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/eslint-plugin-trackunit",
3
- "version": "0.4.25",
3
+ "version": "0.4.27",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -64,7 +64,7 @@ exports.typescriptRules = {
64
64
  "@typescript-eslint/dot-notation": "error",
65
65
  "@typescript-eslint/await-thenable": "warn",
66
66
  "@typescript-eslint/ban-ts-comment": "warn",
67
- "@typescript-eslint/member-ordering": "warn",
67
+ "@typescript-eslint/member-ordering": "error",
68
68
  "@typescript-eslint/no-empty-object-type": "error",
69
69
  "@typescript-eslint/no-floating-promises": "warn",
70
70
  "@typescript-eslint/explicit-member-accessibility": [