ESLint config for Node.js projects
npm i eslint prettier @ttgint/eslint-config --save-dev
Add the config to either the package.json
:
{
"eslintConfig": {
"extends": "@ttgint"
}
}
or to the .eslintrc
{
"extends": "@ttgint"
}
- Based on eslint-config-airbnb-base
- See this great article