File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -225,12 +225,9 @@ export default [
225225 'import-x/no-unresolved' : 'off' ,
226226 'import-x/extensions' : [
227227 'error' ,
228- 'never ' ,
228+ 'ignorePackages ' ,
229229 {
230- js : 'always' ,
231230 json : 'always' ,
232- ts : 'ignorePackages' ,
233- mts : 'ignorePackages' ,
234231 } ,
235232 ] ,
236233 } ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { fileURLToPath } from 'node:url'
1111
1212import colors from 'yoctocolors-cjs'
1313
14- import { parseArgs } from '@socketsecurity/lib/argv/parse.js '
14+ import { parseArgs } from '@socketsecurity/lib/argv/parse'
1515
1616const __dirname = path . dirname ( fileURLToPath ( import . meta. url ) )
1717const rootPath = path . join ( __dirname , '..' )
Original file line number Diff line number Diff line change 33 * Provides object validation and recursive freezing utilities.
44 */
55
6- import { isObject } from '@socketsecurity/lib/objects.js '
6+ import { isObject } from '@socketsecurity/lib/objects'
77
88import { LOOP_SENTINEL } from './constants.js'
99
You can’t perform that action at this time.
0 commit comments