
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@emerson-eps/eslint-config
Advanced tools
This is the home of the shared E&P Software ESLint configs. The default config should be used for all React Typescript projects in E&P Software.
The ESLint config and Prettier config must both be added to get the full shared configuration.
npm install --save-dev @emerson-eps/prettier-config @emerson-eps/eslint-config
If you have not already installed prettier
and eslint
install those as well:
npm install --save-dev prettier eslint
Add @emerson-eps/prettier-config
to your .prettierrc.js
:
module.exports = {
...require("@emerson-eps/prettier-config"),
};
For more advanced setups, including how to override settings, see the instructions in the @emerson-eps/prettier-config repository.
Specify the package in the extends
section of your ESLint configuration:
{
"extends": "@emerson-eps/eslint-config",
"rules": {
// Additional rules...
}
}
The list of applied rules can be found here
Add a lint script to your package.json
, for example:
{
"scripts": {
"lint": "eslint . --max-warnings=0"
}
}
Code can then be linted with:
npm run lint
CI pipelines should be configured to fail on linting warnings.
If not already installed, install the Prettier and ESLint extensions.
Try not to override the shared configs unless you really need to. If you must override them please consider proposing the override as a change to the relevant repository first to avoid divergence of code styles in different projects.
FAQs
Shared ESLint config for Emerson E&P Software
The npm package @emerson-eps/eslint-config receives a total of 897 weekly downloads. As such, @emerson-eps/eslint-config popularity was classified as not popular.
We found that @emerson-eps/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.