Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@sibipro/eslint-config-typescript
Advanced tools
Configure eslint for sibi projects using Typescript
Monorepo for eslint configuration for sibi projects.
Simply install the peer dependencies and then add this package to your eslint config's extends
array, along with the base config.
yarn add -D @sibipro/eslint-config-typescript
npx install-peerdeps --dev @sibipro/eslint-config-typescript
In order for the typescript rules to work, you'll need to include parser information in your eslint config when extending this config. There may also be some addition things you want to add to parserOptions
, but nothing else is required for this set of rules.
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": ["@sibipro/eslint-config", "@sibipro/eslint-config-typescript"]
}
MIT © SIBI, LLC
FAQs
Configure eslint for sibi projects using Typescript
We found that @sibipro/eslint-config-typescript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.