deini / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@bigcommerce/eslint-config

This package is a configuration preset for ESLint. At the moment it contains a set of rules applied to React projects at BigCommerce.

Install

npm install --save-dev eslint eslint-plugin-import eslint-plugin-react eslint-plugin-react-hooks
npm install --save-dev @bigcommerce/eslint-config

Usage

Add @bigcommerce/eslint-config to your project's ESLint configuration file. i.e.:

{
    "extends": "@bigcommerce/eslint-config"
}

If possible, try not to override the preset unless you have a special reason.

Release

To release:

npm run release

Please refer to the documentation of standard-version for more options.

License

MIT

About

License:MIT License