Skip to content

Commit 14b02a1

Browse files
committed
Format
1 parent 28b9441 commit 14b02a1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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/**",

runtime/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
"-w -3+50",
2020
"-warn-error A"
2121
]
22-
}
22+
}

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)