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.
npm run format
1 parent 538b108 commit aa5192fCopy full SHA for aa5192f
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