Skip to content

Commit f3ca923

Browse files
committed
Update ESLint configuration to use unified typescript-eslint package
- Replace @typescript-eslint/parser import with unified typescript-eslint parser - Maintain same functionality while using standardized package structure - Align with Socket projects dependency standards
1 parent ab362c9 commit f3ca923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import {
77
includeIgnoreFile,
88
} from '@eslint/compat'
99
import js from '@eslint/js'
10-
import typescriptParser from '@typescript-eslint/parser'
1110
import { flatConfigs as importXFlatConfigs } from 'eslint-plugin-import-x'
1211
import nodePlugin from 'eslint-plugin-n'
1312
import sortDestructureKeysPlugin from 'eslint-plugin-sort-destructure-keys'
1413
import unicornPlugin from 'eslint-plugin-unicorn'
1514
import globals from 'globals'
15+
import { parser as typescriptParser } from 'typescript-eslint'
1616

1717
import constants from '@socketsecurity/registry/lib/constants'
1818

0 commit comments

Comments
 (0)