
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@groinder/eslint-config
Advanced tools
This package contains a root ESLint config, with automatic support for TypeScript and React.
As linting configs are often heavily debated, this config uses Prettier for most code-style choices.
The base config is eslint-config-airbnb
.
When working with TypeScript, the recommended rules from @typescript-eslint/eslint-plugin
are applied.
You should also ensure that your IDE is set up to run ESLint on TypeScript files. In VSCode, this setting is:
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
To manually install, add this package to the "extends"
array in your project’s ESLint config.
{
"extends": ["@groinder/eslint-config/typescript-react"]
}
The following configs are available:
@groinder/typescript
@groinder/typescript-react
@groinder/react
@groinder/eslint-config
For advanced cases, you can use the exported generateConfig
function to build a config.
FAQs
Groinder's ESLint config
We found that @groinder/eslint-config 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.