We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e03a commit 5cfcfdaCopy full SHA for 5cfcfda
packages/cli/scripts/lint.mjs
@@ -14,6 +14,8 @@ import { getDefaultLogger } from '@socketsecurity/lib/logger'
14
import { spawn } from '@socketsecurity/lib/spawn'
15
import { printHeader } from '@socketsecurity/lib/stdio/header'
16
17
+const logger = getDefaultLogger()
18
+
19
// Files that trigger a full lint when changed
20
const CORE_FILES = new Set([
21
'src/constants.ts',
0 commit comments