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 ae57b9a commit acd26c5Copy full SHA for acd26c5
package.json
@@ -18,7 +18,11 @@
18
"build": "rocket build",
19
"tsc": "tsc",
20
"typedoc": "typedoc --json docs/_data/api/api.json --entryPoints api.ts",
21
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
22
+ "format": "prettier --write .",
23
+ "test.format": "prettier . --check",
24
+ "lint": "eslint . --fix",
25
+ "test.lint": "eslint ."
26
},
27
"repository": {
28
"type": "git",
0 commit comments