We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32d7b5 commit 3f4034cCopy full SHA for 3f4034c
1 file changed
README.md
@@ -21,7 +21,7 @@ public-hoist-pattern[]=*
21
22
Or install `prettier` yourself in your `devDependencies`.
23
24
-If using `npm`, the prettier dependency is hosted automatically.
+If using `npm`, the prettier dependency is hoisted automatically.
25
26
</details>
27
@@ -53,7 +53,7 @@ Notice that the built folders like `dist` are in the above list.
53
54
### Modifying the config
55
56
-Create a `prettier.config.js` file at the root of the project with the following content:
+Instead of adding the `prettier` entry to `package.json`, create a `prettier.config.js` file at the root of the project with the following content:
57
58
```js
59
module.exports = {
0 commit comments