eslint-config-adc

2.1.0 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-adc

Weekly Downloads

9

Version

2.1.0

License

MIT

Last publish

Collaborators

  • wavded