@forsakringskassan/prettier-config 2.0.3 → 2.1.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.
Files changed (2) hide show
  1. package/index.js +8 -0
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -26,5 +26,13 @@ module.exports = {
26
26
  printWidth: 160,
27
27
  },
28
28
  },
29
+ {
30
+ /* adjust width for examples so they fit in the documentation "view
31
+ * source" container */
32
+ files: "**/examples/*.vue",
33
+ options: {
34
+ printWidth: 100,
35
+ },
36
+ },
29
37
  ],
30
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/prettier-config",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "description": "FK Prettier Config",
5
5
  "keywords": [
6
6
  "prettier"
@@ -41,13 +41,13 @@
41
41
  },
42
42
  "prettier": "./index.js",
43
43
  "dependencies": {
44
- "prettier": "3.3.1"
44
+ "prettier": "3.3.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@forsakringskassan/commitlint-config": "1.3.2",
48
48
  "@forsakringskassan/eslint-config": "11.0.5",
49
49
  "husky": "9.0.11",
50
- "lint-staged": "15.2.5",
50
+ "lint-staged": "15.2.7",
51
51
  "npm-pkg-lint": "3.6.2",
52
52
  "ts-node": "10.9.2"
53
53
  },