Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@open-turo/eslint-config-typescript
Advanced tools
@open-turo/eslint-config-typescript
Turo eslint configuration for typescript.
Install the package and all of its peer dependencies:
npx install-peerdeps --dev @open-turo/eslint-config-typescript
Then in your .eslintrc
file extend from one of the two configurations included in this package:
eslint-config-react
, to support our existing front-end projectsThe default config of this repo is the recommended version for new Typescript projects.
To use this config, just add to your .eslintrc
the following:
"extends": "@open-turo/eslint-config-typescript"
We also provide an alternative legacy
preset, which is used by eslint-config-react
, for compatibility with our
existing front-end projects.
If you want to use this legacy
configuration, you can import it by instead adding the following to your .eslintrc
:
"extends": "@open-turo/eslint-config-typescript/legacy"
Simply notice the /legacy
suffix, which points to the legacy.js
file in this repository.
Install pre-commit and the commit hooks:
pre-commit install
pre-commit install --hook-type commit-msg
Please review Issues, post new Issues against this repository as needed.
Please see here for guidelines on how to contribute to this project.
FAQs
Turo eslint configuration for typescript
We found that @open-turo/eslint-config-typescript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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.