Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@bigcommerce/eslint-config
Advanced tools
This package is a configuration preset for ESLint.
npm install --save-dev eslint prettier
npm install --save-dev @bigcommerce/eslint-config
Add @bigcommerce/eslint-config
to your project's ESLint configuration file. i.e.:
// .eslintrc.js
require('@bigcommerce/eslint-config/patch');
module.exports = {
extends: ['@bigcommerce/eslint-config'],
};
This config also runs prettier via eslint, add the following to your package.json
{
"prettier": "@bigcommerce/eslint-config/prettier"
}
Stylistic rules are considered warnings
for better developer experience, however, we recommend
running CI with:
eslint --max-warnings 0
Make sure to also extend from next's core-web-vitals
.
// .eslintrc.js
require('@bigcommerce/eslint-config/patch');
module.exports = {
extends: ['@bigcommerce/eslint-config', 'next/core-web-vitals'],
};
Please refer to the documentation of lerna for release options.
MIT
FAQs
Default ESLint configuration used at BigCommerce
We found that @bigcommerce/eslint-config 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.