Skip to content

Commit acd3310

Browse files
committed
test: prove oxlint fails the build (revert)
1 parent 39242cc commit acd3310

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils/replace-if-not-found.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export function replaceIfNotFound(
33
stringToBeReplaced: string,
44
newStringToReplace: string,
55
) {
6+
console.log("deliberate lint violation, do not merge");
67
// Make sure the original does not contain the new string
78
if (!originalString.includes(newStringToReplace)) {
89
return originalString.replace(stringToBeReplaced, newStringToReplace);

0 commit comments

Comments
 (0)