Skip to content

Commit 3b35ac3

Browse files
committed
fix: lint
1 parent e941698 commit 3b35ac3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/spectral/ipa/scripts/filter-ipa-violations.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import fs from 'node:fs/promises';
22
import { execSync } from 'child_process';
33
import path from 'path';
4-
import { fileURLToPath } from 'url';
5-
6-
const dirname = path.dirname(fileURLToPath(import.meta.url));
74

85
async function filterIpaViolations() {
96
try {

0 commit comments

Comments
 (0)