@open-xchange/linter-presets 1.2.33 → 1.2.34

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,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## `1.2.34` – 2025-May-26
4
+
5
+ - added: (ESLint) disable rule "no-unused-private-class-members" in declaration files
6
+
3
7
  ## `1.2.33` – 2025-May-22
4
8
 
5
9
  - added: (ESLint) include new rule "no-unassigned-vars"
@@ -73,6 +73,7 @@ export default function ts() {
73
73
  {
74
74
  files: DTS_GLOB,
75
75
  rules: {
76
+ "no-unused-private-class-members": "off", // allow to declare private class members
76
77
  "@typescript-eslint/consistent-type-exports": "off",
77
78
  "@typescript-eslint/consistent-type-imports": ["error", { prefer: "no-type-imports", disallowTypeAnnotations: false }],
78
79
  "@typescript-eslint/no-extraneous-class": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/linter-presets",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "description": "Configuration presets for ESLint and StyleLint",
5
5
  "repository": {
6
6
  "type": "git",