Socket
Socket
Sign inDemoInstall

@reactioncommerce/eslint-config

Package Overview
Dependencies
0
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @reactioncommerce/eslint-config

The ESLint config used by Reaction Commerce, following our style guide


Version published
Weekly downloads
437
decreased by-27.29%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

@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.

Keywords

FAQs

Last updated on 06 Feb 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc