My shareable ESLint config for JavaScript projects.
npm install --save-dev @jdp-dev/eslint-config
or
yarn add --dev @jdp-dev/eslint-config
Add @jdp-dev/eslint-config
to the "extends"
array in your .eslintrc.*
file.
{
"extends": [
"some-other-config-you-use",
"@jdp-dev/eslint-config"
]
}