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 0e2d533 commit 8c4b209Copy full SHA for 8c4b209
package.json
@@ -4,6 +4,7 @@
4
"description": "Prettier Pug Plugin",
5
"main": "dist/index.js",
6
"scripts": {
7
+ "clean": "rm -Rf coverage dist junit.xml yarn.lock node_modules",
8
"build": "tsc",
9
"format": "prettier --write .",
10
"lint": "eslint .",
0 commit comments