We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run format
1 parent 538b108 commit aa5192fCopy full SHA for aa5192f
1 file changed
package.json
@@ -13,6 +13,7 @@
13
"scripts": {
14
"clean": "rm -rf dist",
15
"lint": "eslint . --ext .js,.ts && tsc --noEmit",
16
+ "format": "eslint --fix . --ext .js,.ts",
17
"prebuild": "npm run clean && npm run lint && mkdir dist",
18
"build": "tsc",
19
"pretest": "npm run build",
0 commit comments