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 274e27e commit 7402279Copy full SHA for 7402279
package.json
@@ -8,7 +8,9 @@
8
"install": "node-gyp-build",
9
"prestart": "tree-sitter build --wasm",
10
"start": "tree-sitter playground",
11
- "test": "node --test bindings/node/*_test.js"
+ "test": "node --test bindings/node/*_test.js",
12
+ "format": "prettier --trailing-comma es5 --write grammar.js",
13
+ "format-check": "prettier --trailing-comma es5 --check grammar.js"
14
},
15
"repository": {
16
"type": "git",
0 commit comments