Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Sep 4, 2023
1 parent eb4ca4c commit 0bc6a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tools/kda-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"test": "heft test"
},
"dependencies": {
"ava": "5.3.1",
"@inkjs/ui": "^1.0.0",
"@kadena/cryptography-utils": "workspace:*",
"ava": "5.3.1",
"cross-spawn": "~7.0.3",
"dotenv": "~16.0.3",
"ink": "^4.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { heading, html, paragraph, root, text } from 'mdast-builder';
import { readFileSync } from 'node:fs';
import { join } from 'node:path';
import { VFile } from 'vfile';
import { type VFile } from 'vfile';

interface PackageJSON {
name: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Link, Table, TableRow } from 'mdast';
import { readFileSync } from 'node:fs';
import { dirname, join } from 'node:path';
import { fileURLToPath } from 'node:url';
import { VFile } from 'vfile';
import { type VFile } from 'vfile';

const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
Expand Down

0 comments on commit 0bc6a55

Please sign in to comment.