@webikon/webentor-configs 1.0.1 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Webentor Configs Changelog
2
2
 
3
+ ## 1.0.2
4
+
5
+ - Add `@webikon/webentor-core` to Prettier
6
+
3
7
  ## 1.0.1
4
8
 
5
9
  - Fix Prettier import order
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@webikon/webentor-configs",
3
3
  "homepage": "https://webikon.sk",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "author": "Webikon s.r.o.",
6
6
  "description": "Shared lint and formatting presets for Webentor projects.",
7
7
  "license": "MIT",
@@ -15,6 +15,13 @@
15
15
  "email": "pavol.caban@webikon.sk"
16
16
  }
17
17
  ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/Webikon/webentor-stack/tree/main/packages/webentor-configs"
21
+ },
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
18
25
  "engines": {
19
26
  "node": ">=20.0.0"
20
27
  },
@@ -33,6 +33,8 @@ export function createPrettierConfig(overrides = {}) {
33
33
  "",
34
34
  "^@webentorCore",
35
35
  "^@webentorCore/(.*)$",
36
+ "^@webikon/webentor-core$",
37
+ "^@webikon/webentor-core/(.*)$",
36
38
  "",
37
39
  "^@blocks",
38
40
  "^@blocks/(.*)$",