@forsakringskassan/prettier-config 3.4.0 → 3.5.0

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/dist/index.cjs CHANGED
@@ -1933,7 +1933,7 @@ var config = {
1933
1933
  {
1934
1934
  /* adjust width for examples so they fit in the documentation "view
1935
1935
  * source" container */
1936
- files: "**/examples/*.vue",
1936
+ files: ["**/examples/**/*.vue", "**/src/**/docs/**/*.vue"],
1937
1937
  options: {
1938
1938
  printWidth: 100
1939
1939
  }
package/dist/index.d.ts CHANGED
@@ -17,12 +17,6 @@ declare const config: {
17
17
  printWidth: number;
18
18
  tabWidth?: never;
19
19
  };
20
- } | {
21
- files: string;
22
- options: {
23
- printWidth: number;
24
- tabWidth?: never;
25
- };
26
20
  })[];
27
21
  };
28
22
  export default config;
package/dist/index.mjs CHANGED
@@ -1920,7 +1920,7 @@ var config = {
1920
1920
  {
1921
1921
  /* adjust width for examples so they fit in the documentation "view
1922
1922
  * source" container */
1923
- files: "**/examples/*.vue",
1923
+ files: ["**/examples/**/*.vue", "**/src/**/docs/**/*.vue"],
1924
1924
  options: {
1925
1925
  printWidth: 100
1926
1926
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/prettier-config",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "FK Prettier Config",
5
5
  "keywords": [
6
6
  "prettier"
@@ -40,5 +40,5 @@
40
40
  "node": "^22.16 || >= 24",
41
41
  "npm": ">= 9"
42
42
  },
43
- "gitHead": "fbdba494e0fcdfbe6f94b5251951bbdc386b2bfa"
43
+ "gitHead": "8ed39043fb567574a030a4c4fbc719548911139d"
44
44
  }