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

eslint-config-adc

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-adc

eslint config for adc

  • 2.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
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

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