Socket
Socket
Sign inDemoInstall

eslint-config-adc

Package Overview
Dependencies
205
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-adc

eslint config for adc


Version published
Weekly downloads
6
increased by200%
Maintainers
1
Install size
4.55 kB
Created
Weekly downloads
 

Readme

Source

npm js-adc-style

An ESLint shareable config for Node/JS projects at Applied Data Consultants. Intended not only for linting but also for formatting per the --fix flag.

Setup

npm install eslint-config-adc -g

Then add the following to your .eslintrc

{
  "extends": "adc"
}

If you are developing a React project, use the following instead:

{
  "extends": "adc/react"
}

Project badge

Use this in one of your projects? Include one of these badges in your readme to let people know that your code is using the adc style.

js-adc-style

[![js-adc-style](https://img.shields.io/badge/code%20style-adc-brightgreen.svg)](https://github.com/applieddataconsultants/eslint-config-adc)

FAQs

Last updated on 04 Jan 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