Socket
Socket
Sign inDemoInstall

@doc.ai/eslint-config-standards

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doc.ai/eslint-config-standards

A set of rules used at doc.ai for internal purposes.


Version published
Weekly downloads
1
Maintainers
6
Weekly downloads
 
Created
Source

@doc.ai/eslint-config-standards

A set of rules used at doc.ai for internal purposes.

  1. Change to the base directory of your package.
  2. Run:
yarn add --dev @doc.ai/eslint-config-standards
  1. Open your .eslintrc.yml file
  2. Add the following:
extends:
  # Use this for a light set of rules
  - "@doc.ai/eslint-config-standards"
  # Use this for extended set of rules
  - "@doc.ai/eslint-config-standards/full"
  # Use this when you have flow aboard
  - "@doc.ai/eslint-config-standards/with-flow"

And you're done!

FAQs

Package last updated on 24 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