Shared eslint config for nodejs projects
Available on npm here
npm i -D @subgeniuscorp/eslint-config-node
In your .eslint.*
file, add the following:
{
"extends": ["@subgeniuscorp/eslint-config-node"],
// Other config & rules
}
Note: example above is in .json
format