@bigcommerce/eslint-config v2.11.0
@bigcommerce/eslint-config
This package is a configuration preset for ESLint.
Install
npm install --save-dev eslint prettier
npm install --save-dev @bigcommerce/eslint-configUsage
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 0Usage with Next.js
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'],
};Release
Please refer to the documentation of lerna for release options.
License
MIT
9 months ago
12 months ago
1 year ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
6 years ago
6 years ago
6 years ago