Skip to content

Commit

Permalink
chore: disable eslint rule for pack script
Browse files Browse the repository at this point in the history
  • Loading branch information
anacierdem committed Sep 24, 2024
1 parent d68451f commit 1132161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pack.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/usr/bin/env zx
// TODO: enable type checking for this file.
import path from 'node:path';
import { copyFileSync } from 'node:fs';
import * as esbuild from 'esbuild';
import 'zx/globals';

/* eslint-disable no-undef */

if (process.platform === 'win32') {
// See notes on test.mjs
$.shell = true;
Expand Down

0 comments on commit 1132161

Please sign in to comment.