
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
eslint-config-seekingalpha-typescript
Advanced tools
SeekingAlpha's sharable typescript ESLint config
This package includes the shareable ESLint config used by SeekingAlpha.
Install ESLint and all Peer Dependencies:
npm install eslint@9.39.2 typescript-eslint@8.49.0 --save-dev
Install SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-typescript@latest --save-dev
This shareable config includes all rules from following plugins:
Simply use the eslint.config.js in your project with the configuration:
import tsConfig from 'eslint-config-seekingalpha-typescript';
export default [
{
plugins: {
...tsConfig.plugins,
},
rules: {
...tsConfig.rules,
},
settings: {
...tsConfig.settings,
},
},
];
MIT © SeekingAlpha
FAQs
SeekingAlpha's sharable typescript ESLint config
We found that eslint-config-seekingalpha-typescript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.