Skip to content

Commit 8b7cb40

Browse files
committed
style: linting issues
1 parent 05c7a3d commit 8b7cb40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/package-skill.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ function getAllFiles(dir) {
145145

146146
try {
147147
packageSkill();
148-
} catch (error) {
148+
} catch {
149149
process.exitCode = 1;
150150
}

scripts/watch-skill.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* Usage: node scripts/watch-skill.mjs
66
*/
77

8-
import {watch} from 'node:fs';
98
import {execSync} from 'node:child_process';
9+
import {watch} from 'node:fs';
1010

1111
const SKILL_DIR = './hackmd-cli';
1212

0 commit comments

Comments
 (0)