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 4fc84cd commit 9c32b63Copy full SHA for 9c32b63
scripts/validate-no-cdn-refs.mjs
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env node
2
/**
3
* @fileoverview Validates that there are no CDN references in the codebase.
4
*
@@ -16,6 +15,7 @@
16
15
import { promises as fs } from 'node:fs'
17
import path from 'node:path'
18
import { fileURLToPath } from 'node:url'
+
19
import loggerPkg from '@socketsecurity/lib/logger'
20
21
const logger = loggerPkg.getDefaultLogger()
0 commit comments