Skip to content

Commit 9c32b63

Browse files
committed
style(scripts): fix linting errors in CDN validator
Remove unnecessary shebang and fix import group spacing in validate-no-cdn-refs.mjs to comply with n/hashbang and import-x/order rules.
1 parent 4fc84cd commit 9c32b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate-no-cdn-refs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env node
21
/**
32
* @fileoverview Validates that there are no CDN references in the codebase.
43
*
@@ -16,6 +15,7 @@
1615
import { promises as fs } from 'node:fs'
1716
import path from 'node:path'
1817
import { fileURLToPath } from 'node:url'
18+
1919
import loggerPkg from '@socketsecurity/lib/logger'
2020

2121
const logger = loggerPkg.getDefaultLogger()

0 commit comments

Comments
 (0)