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 359b7a3 commit 025dbbaCopy full SHA for 025dbba
package.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://json.schemastore.org/package",
3
"name": "prettier-for-vite-react",
4
"version": "0.1.7",
5
"description": "Automation for installing Prettier in a Vite-React project that will integrate the use of prettier into the project",
@@ -11,7 +12,7 @@
11
12
"url": "git+https://github.com/Synergy2Devs/prettierForVite-React.git"
13
},
14
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
15
+ "test": "echo \"Error: no test specified\" && exit 0"
16
17
"author": "Synergy2Devs",
18
"license": "ISC",
0 commit comments