@goodcastle/eslint-config

0.0.0-development • Public • Published

@reactioncommerce/eslint-config

CircleCI

NPM

The ESLint config used by Reaction Commerce JavaScript apps and packages, following our code style guide.

How To Use

Note: Be sure you are using NPM 5+

First install in your project directory:

npx install-peerdeps --dev @reactioncommerce/eslint-config

Then set your eslint config either in package.json:

"eslintConfig": {
  "extends": "@reactioncommerce"
}

Or in a root file named .eslintrc if your project does not have a package.json:

{
  "extends": "@reactioncommerce"
}

Releases

This NPM package is published automatically on every push to the master branch. Be sure to use proper Git commit messages so that the version will be bumped properly and release notes can be automatically generated.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @goodcastle/eslint-config

    Weekly Downloads

    0

    Version

    0.0.0-development

    License

    MIT

    Unpacked Size

    17.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • goodcastle