@paperless/conventions 3.2.2 → 3.2.4

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
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.2.4](https://github.com/Employes/Paperless/compare/v3.2.3...v3.2.4) (2026-02-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **conventions:** Set prefer-control-flow to warn ([a1eb5ad](https://github.com/Employes/Paperless/commit/a1eb5ad4bb53d26cf52a9c174cdc2aed0c5ffab7))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.2.3](https://github.com/Employes/Paperless/compare/v3.2.2...v3.2.3) (2026-02-24)
18
+
19
+ **Note:** Version bump only for package @paperless/conventions
20
+
21
+
22
+
23
+
24
+
6
25
  ## [3.2.2](https://github.com/Employes/Paperless/compare/v3.2.1...v3.2.2) (2026-02-23)
7
26
 
8
27
  **Note:** Version bump only for package @paperless/conventions
package/eslint.config.js CHANGED
@@ -159,7 +159,8 @@ export default defineConfig([
159
159
  extends: [angularPlugin.configs.templateRecommended],
160
160
  rules: {
161
161
  'better-tailwindcss/enforce-consistent-line-wrapping': 'off',
162
- '@angular-eslint/template/prefer-self-closing-tags': ['error'],
162
+ '@angular-eslint/template/prefer-self-closing-tags': 'error',
163
+ '@angular-eslint/template/prefer-control-flow': 'warn',
163
164
  '@angular-eslint/template/attributes-order': [
164
165
  'error',
165
166
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paperless/conventions",
3
3
  "description": "Paperless eslint, typescript & prettier recommended configuration",
4
- "version": "3.2.2",
4
+ "version": "3.2.4",
5
5
  "license": "ISC",
6
6
  "type": "module",
7
7
  "publishConfig": {