@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.
- package/README.md +4 -1
- 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
|
|
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 = {
|