@ivuorinen/prettier-config 1.2.5 → 1.2.6

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/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,10 @@ After installing it, a _`.prettierrc.json`_ file will be created automatically i
30
30
  "@ivuorinen/prettier-config"
31
31
  ```
32
32
 
33
- > Note: This method does **not** offer a way to _extend_ the configuration to overwrite some properties from the shared configuration. If you need to do that, import the file in a _`.prettierrc.js`_ file and export the modifications, e.g:
33
+ > Note: This method does **not** offer a way to _extend_ the configuration to
34
+ > overwrite some properties from the shared configuration. If you need to do
35
+ > that, import the file in a _`.prettierrc.js`_ file and export the
36
+ > modifications, e.g:
34
37
  >
35
38
  > ```js
36
39
  > module.exports = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/prettier-config",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configuration for Prettier.",
6
6
  "author": {