2.1.0 • Published 6 years ago

eslint-config-adc v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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)
2.1.0

6 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago