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 7f8dddf commit 413b6a1Copy full SHA for 413b6a1
package.json
@@ -33,7 +33,7 @@
33
"scripts": {
34
"start": "ts-node-dev --respawn src",
35
"build": "tsc",
36
- "lint": "prettier --check src/**/*.ts",
37
- "lint:fix": "prettier src/**/*.ts --write "
+ "lint": "prettier --check \"src/**/*.ts\"",
+ "lint:fix": "prettier \"src/**/*.ts\" --write "
38
}
39
0 commit comments