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.
[](https://github.com/applieddataconsultants/eslint-config-adc)