We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79aa97 commit 3d1037bCopy full SHA for 3d1037b
README.md
@@ -64,7 +64,7 @@ yarn add -D prettier @szum-tech/prettier-config
64
65
## Set configuration
66
67
-Full documentation on how to create a Prettier configuration can be found [here](https://prettier.io/docs/en/configuration.html).
+Full documentation on how to create a Prettier configuration can be found [here](https://prettier.io/docs/en/configuration.html).
68
69
Below are the recommended ways to add it:
70
package.json
@@ -19,6 +19,9 @@
19
"license": "MIT",
20
"author": "Szum-Tech <szum.tech@gmail.com>",
21
"main": "index.js",
22
+ "files": [
23
+ "index.js"
24
+ ],
25
"scripts": {
26
"prettier:check": "prettier --check .",
27
"prettier:write": "prettier --write ."
0 commit comments