Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Jan 21, 2025
1 parent cf5b022 commit be155b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/lint-md-links.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env node
import { exec, execSync, spawn } from 'child_process';
import { execSync, spawn } from 'child_process';
import { readFileSync, writeFileSync } from 'fs';
import { globSync } from 'glob';
import { cwd } from 'process';

const { log } = console;

Expand Down

0 comments on commit be155b0

Please sign in to comment.