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 45a24cd commit eedbdc3Copy full SHA for eedbdc3
bun.lock
@@ -4,6 +4,7 @@
4
"": {
5
"name": "node-diff3",
6
"devDependencies": {
7
+ "@eslint/js": "^9.38.0",
8
"@types/bun": "^1.3.0",
9
"eslint": "^9.38.0",
10
"npm-run-all2": "^8.0.4",
package.json
@@ -35,6 +35,7 @@
35
"lint": "eslint ./src/diff3.mjs ./test/*.js"
36
},
37
38
39
40
41
"npm-run-all2": "^8.0.4"
0 commit comments