Skip to content

Commit df18fa1

Browse files
committed
Format
1 parent 8c76c29 commit df18fa1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

biome.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"ignore": [
2424
"tests/build_tests/**",
2525
"tests/tests/**",
26+
"tools/tests/**",
27+
"analysis/examples/**",
28+
"analysis/tests/**",
29+
"analysis/reanalyze/examples/**",
2630
"lib/**",
2731
"ninja/**",
2832
"playground/**",

tools/npm/getBinaryPath.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function getBinaryPath() {
99
"..",
1010
"binaries",
1111
platformArch,
12-
"rescript-tools.exe"
12+
"rescript-tools.exe",
1313
);
1414
return binPath;
1515
}

tools/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"module": "commonjs",
1212
"in-source": false
1313
}
14-
}
14+
}

0 commit comments

Comments
 (0)