@paperless/conventions 3.4.1 → 3.4.3

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,28 @@
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.4.3](https://github.com/Employes/Paperless/compare/v3.4.2...v3.4.3) (2026-03-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **conventions/eslint:** Small improvement ([a22d05c](https://github.com/Employes/Paperless/commit/a22d05c3a7ca9ac9ebaf556e6ca7c81fbca5d550))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.4.2](https://github.com/Employes/Paperless/compare/v3.4.1...v3.4.2) (2026-02-27)
18
+
19
+
20
+ ### Reverts
21
+
22
+ * Revert "fix: fix linting indentation" ([a3824af](https://github.com/Employes/Paperless/commit/a3824af80198e05aabc9a206fe96efb160bf11e1))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [3.4.1](https://github.com/Employes/Paperless/compare/v3.4.0...v3.4.1) (2026-02-27)
7
29
 
8
30
 
package/eslint.config.js CHANGED
@@ -41,12 +41,6 @@ export default defineConfig([
41
41
  },
42
42
  rules: {
43
43
  'better-tailwindcss/no-unknown-classes': 'warn',
44
- 'better-tailwindcss/enforce-consistent-line-wrapping': [
45
- 'error',
46
- {
47
- indent: 'tab',
48
- },
49
- ],
50
44
  },
51
45
  },
52
46
  {
@@ -105,9 +99,6 @@ export default defineConfig([
105
99
  files: ['**/*.{ts,tsx,cts,mts}'],
106
100
  languageOptions: {
107
101
  parser: typescriptPlugin.parser,
108
- // parserOptions: {
109
- // project: true,
110
- // },
111
102
  },
112
103
  },
113
104
  {
@@ -163,6 +154,9 @@ export default defineConfig([
163
154
  {
164
155
  files: ['**/*.html'],
165
156
  extends: [angularPlugin.configs.templateRecommended],
157
+ languageOptions: {
158
+ parser: angularPlugin.templateParser,
159
+ },
166
160
  rules: {
167
161
  'better-tailwindcss/enforce-consistent-line-wrapping': 'off',
168
162
  '@angular-eslint/template/prefer-self-closing-tags': 'error',
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.4.1",
4
+ "version": "3.4.3",
5
5
  "license": "ISC",
6
6
  "type": "module",
7
7
  "publishConfig": {