Skip to content

Commit 66d51b6

Browse files
authored
Merge pull request #13 from capricorn86/fix-lint-ignore-error
fix: [#1] Removes unused dependency "fs"
2 parents feb6e9c + 84b6610 commit 66d51b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/happy-lint-changed.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
const ChildProcess = require('child_process');
77
const Path = require('path');
8-
const FS = require('fs');
98
const SHELL_CODES = {
109
reset: '\x1b[0m',
1110
bold: '\x1b[1m',

0 commit comments

Comments
 (0)