@taiga-ui/prettier-config 0.11.1 → 0.11.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/index.js +3 -2
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.11.2](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.1...@taiga-ui/prettier-config@0.11.2) (2024-04-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **prettier-config:** set multiline arrays wrap threshold
11
+ ([ed8e00c](https://github.com/taiga-family/linters/commit/ed8e00cede2776cb02149c3528d53468cea051b5))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
6
18
  ## [0.11.1](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.0...@taiga-ui/prettier-config@0.11.1) (2024-04-09)
7
19
 
8
20
  ### Bug Fixes
package/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ const multilineArraysWrapThreshold = 3;
1
2
  const attributeOptions = {
2
3
  attributeGroups: [
3
4
  '$ANGULAR_STRUCTURAL_DIRECTIVE',
@@ -38,7 +39,7 @@ module.exports = {
38
39
  '*.json',
39
40
  ],
40
41
  options: {
41
- multilineArraysWrapThreshold: 1,
42
+ multilineArraysWrapThreshold,
42
43
  parser: 'json',
43
44
  },
44
45
  },
@@ -104,7 +105,7 @@ module.exports = {
104
105
  ...attributeOptions,
105
106
  parser: 'typescript',
106
107
  printWidth: 90,
107
- multilineArraysWrapThreshold: 1,
108
+ multilineArraysWrapThreshold,
108
109
  },
109
110
  },
110
111
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/prettier-config",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "Taiga-ui prettier config",
5
5
  "keywords": [
6
6
  "prettier",