@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 +1 -1
- package/dist/index.d.ts +0 -6
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
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
|
|
1936
|
+
files: ["**/examples/**/*.vue", "**/src/**/docs/**/*.vue"],
|
|
1937
1937
|
options: {
|
|
1938
1938
|
printWidth: 100
|
|
1939
1939
|
}
|
package/dist/index.d.ts
CHANGED
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
|
|
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.
|
|
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": "
|
|
43
|
+
"gitHead": "8ed39043fb567574a030a4c4fbc719548911139d"
|
|
44
44
|
}
|