Skip to content

Commit

Permalink
Merge pull request #895 from pmcelhaney/fix-proxy
Browse files Browse the repository at this point in the history
remove an unneeded ESLint warning
  • Loading branch information
pmcelhaney authored May 7, 2024
2 parents e546856 + d301c9b commit bfb1e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/transpiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class Transpiler extends EventTarget {
convertFileExtensionsToCjs(result);

try {
// eslint-disable-next-line total-functions/no-unsafe-readonly-mutable-assignment
await fs.writeFile(fullDestination, resultWithTransformedFileExtensions);
} catch {
debug("error transpiling %s", fullDestination);
Expand Down

0 comments on commit bfb1e72

Please sign in to comment.