@ivuorinen/prettier-config 0.3.11 → 0.3.12

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/README.md CHANGED
@@ -34,10 +34,10 @@ After installing it, a _`.prettierrc.json`_ file will be created automatically i
34
34
  >
35
35
  > ```js
36
36
  > module.exports = {
37
- > ...require('@ivuorinen/prettier-config'),
37
+ > ...require("@ivuorinen/prettier-config"),
38
38
  > // Add custom options below:
39
- > semi: true
40
- > }
39
+ > semi: true,
40
+ > };
41
41
  > ```
42
42
 
43
43
  ## Documentations
@@ -60,11 +60,11 @@ Distributed under the MIT License. See [LICENSE][license-link] for more informat
60
60
  [prettier-docs-link]: https://prettier.io
61
61
  [prettier-link]: https://github.com/prettier/prettier
62
62
  [contributing-link]: https://github.com/ivuorinen/.github/blob/main/CONTRIBUTING.md
63
- [issue-link]: https://github.com/ivuorinen/base-configs/issues
64
- [license-badge]: https://img.shields.io/github/license/ivuorinen/base-configs?style=flat-square&labelColor=292a44&color=663399
63
+ [issue-link]: https://github.com/ivuorinen/base-configs-prettier/issues
64
+ [license-badge]: https://img.shields.io/github/license/ivuorinen/base-configs-prettier?style=flat-square&labelColor=292a44&color=663399
65
65
  [license-link]: ./LICENSE
66
66
  [npm-badge]: https://img.shields.io/npm/v/@ivuorinen/prettier-config?style=flat-square&labelColor=292a44&color=663399
67
67
  [npm-link]: https://www.npmjs.com/package/@ivuorinen/prettier-config
68
- [pull-request-link]: https://github.com/ivuorinen/base-configs/pulls
68
+ [pull-request-link]: https://github.com/ivuorinen/base-configs-prettier/pulls
69
69
  [style-badge]: https://img.shields.io/badge/code_style-ivuorinen%E2%80%99s-663399.svg?labelColor=292a44&style=flat-square
70
- [style-link]: https://github.com/ivuorinen/base-configs
70
+ [style-link]: https://github.com/ivuorinen/base-configs-prettier
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/prettier-config",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configuration for Prettier.",
6
6
  "author": {
@@ -8,7 +8,7 @@
8
8
  "url": "https://github.com/ivuorinen"
9
9
  },
10
10
  "bugs": {
11
- "url": "https://github.com/ivuorinen/base-configs/issues"
11
+ "url": "https://github.com/ivuorinen/base-configs-prettier/issues"
12
12
  },
13
13
  "engines": {
14
14
  "node": ">=20"
@@ -24,7 +24,7 @@
24
24
  "wrapper.mjs",
25
25
  "scripts/*"
26
26
  ],
27
- "homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/prettier-config#readme",
27
+ "homepage": "https://github.com/ivuorinen/base-configs-prettier#readme",
28
28
  "keywords": [
29
29
  "config",
30
30
  "ivuorinen",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "https://github.com/ivuorinen/base-configs.git"
40
+ "url": "git+https://github.com/ivuorinen/base-configs-prettier.git"
41
41
  },
42
42
  "scripts": {
43
43
  "postinstall": "node scripts/postinstall.cjs"
@@ -46,5 +46,5 @@
46
46
  "@ivuorinen/config-checker": "^1.1.12",
47
47
  "prettier": "^3"
48
48
  },
49
- "gitHead": "569c783f0bca1bd0b1be78c7b4d09297ee9934eb"
49
+ "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
50
50
  }
File without changes