
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
eslint-import-resolver-ts-parser
Advanced tools
Resolver using @typescript-eslint parser service. Plugin for eslint-plugin-import
Resolver using @typescript-eslint parser service. Plugin for eslint-plugin-import.
This plugin reads options from @typescript-eslint parser service, and then uses typescript compiler APIs to resolve paths. It can resolve whatever typescript can resolve.
npm i -D eslint-import-resolver-ts-parser
Make sure you've got the @typescript-eslint/parser and @typescript-eslint/eslint-plugin working. Check out their documentations.
Extend your eslint config with plugin:ts-parser-service/listen. For example,
// .eslintrc.json
{
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:ts-parser-service/listen",
]
}
eslint-plugin-ts-parser-service helps us get the parser service serving the parsing file.
Set ts-parser as the import/resolver. For example,
// .eslintrc.json
{
// ...
"settings": {
"import/resolver": "ts-parser"
}
}
FAQs
Resolver using @typescript-eslint parser service. Plugin for eslint-plugin-import
We found that eslint-import-resolver-ts-parser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.