
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
@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
The npm package @bigcommerce/eslint-config receives a total of 2,683 weekly downloads. As such, @bigcommerce/eslint-config popularity was classified as popular.
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.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.