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 cf5edbb commit e8b5d30Copy full SHA for e8b5d30
.gitignore
@@ -8,6 +8,12 @@
8
/node_modules
9
/.pnp
10
.pnp.js
11
+.yarn/*
12
+!.yarn/patches
13
+!.yarn/plugins
14
+!.yarn/releases
15
+!.yarn/sdks
16
+!.yarn/versions
17
18
# testing
19
/coverage
package.json
@@ -15,6 +15,6 @@
"eslint": "^8.25.0",
"eslint-plugin-tree-sitter": "^0.0.1",
"prettier": "^2.7.1",
- "tree-sitter-cli": "^0.20.7"
+ "tree-sitter-cli": "0.20.7"
}
20
0 commit comments