1.3.1 • Published 9 months ago

@bigcommerce/eslint-plugin v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@bigcommerce/eslint-plugin

This plugin contains a few custom eslint rules we use at BigCommerce. It's enabled by default with @bigcommerce/eslint-config, if you are extending our config, there is no need to do the following install process.

Install

npm install --save-dev @bigcommerce/eslint-plugin

Usage

Add plugin:@bigcommerce/recommended to your project's ESLint configuration file. i.e.:

// .eslintrc.js
module.exports = {
  extends: ['plugin:@bigcommerce/recommended'],
};

Rules

@bigcommerce/jsx-short-circuit-conditionals:

Disallows usage of string / number while short-circuiting jsx

1.3.1

9 months ago

1.3.0

1 year ago

1.2.0

2 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.0

4 years ago