Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-cloudreach

Package Overview
Dependencies
Maintainers
7
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-cloudreach

Cloudreach's ESLint config

  • 1.0.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

eslint-config-cloudreach

Cloudreach's ESLint configuration

This is the sharable ESLint config used in Cloudreach projects.

Usage

Default

The default ESLint configuration lints for ES5.

Install the default configuration package and eslint dependency:

npm i -S -D eslint-config-cloudreach eslint

Add the config to a .eslintrc.json file using the ESLint extends attribute:

{
  "extends": "cloudreach"
}

ES8

The ES8 ESLint configuration lints for ES8.

Install the default configuration package and eslint dependency:

npm i -S -D eslint-config-cloudreach eslint

Add the config to a .eslintrc.json file using the ESLint extends attribute:

{
  "extends": "cloudreach/es8"
}

React.js

The React.js eslint configuration lints for both ES8 and React.js.

Install the React.js configuration package and eslint dependency:

npm i -S -D eslint-config-cloudreach eslint-plugin-react eslint-plugin-babel eslint

Add the config to a .eslintrc.json file using the ESLint extends attribute:

{
  "extends": "cloudreach/react"
}

License

MIT

Keywords

FAQs

Package last updated on 28 Aug 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc