eslint-config-adc
v2.1.0
Published
eslint config for adc
Downloads
15
Readme
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](https://img.shields.io/badge/code%20style-adc-brightgreen.svg)](https://github.com/applieddataconsultants/eslint-config-adc)