Socket
Socket
Sign inDemoInstall

@darkskyapp/eslint-config

Package Overview
Dependencies
116
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @darkskyapp/eslint-config

Dark Sky JavaScript Style - ESLint Shareable Config


Version published
Weekly downloads
0
decreased by-100%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@darkskyapp/eslint-config

travis npm downloads

An ESLint Shareable Config for Dark Sky’s JavaScript style

Install

npm install --save-dev @darkskyapp/eslint-config eslint-plugin-node eslint-plugin-promise

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the Dark Sky JavaScript Style shareable config, install it as shown above, then add this to your .eslintrc file:

{
  "extends": "@darkskyapp"
}

Note: We omit the eslint-config suffix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

License

Apache v2.0 Copyright © The Dark Sky Company, LLC.

Keywords

FAQs

Last updated on 30 Apr 2018

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