@pobammer-ts/eslint-cease-nonsense-rules 1.14.0 → 1.14.1

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/README.md CHANGED
@@ -147,7 +147,8 @@ Enforce using EnumItem values instead of string or number literals when the type
147
147
  ```typescript
148
148
  {
149
149
  "cease-nonsense/prefer-enum-item": ["error", {
150
- "fixNumericToValue": false // When true, numbers fix to Enum.X.Y.Value
150
+ "fixNumericToValue": false, // When true, numbers fix to Enum.X.Y.Value
151
+ "performanceMode": false // When true, cache enum lookups
151
152
  }]
152
153
  }
153
154
  ```
@@ -1,5 +1,5 @@
1
1
  {
2
- "commit": "7ea5fb96f7f285cba29e403f671fabf6f7df04d8",
3
- "time": "2026-01-10T01:25:34.841Z",
4
- "version": "1.14.0"
2
+ "commit": "a1999eb0db192f808a0d523d82258f6e35864ed3",
3
+ "time": "2026-01-10T03:50:18.800Z",
4
+ "version": "1.14.1"
5
5
  }