@jdp-dev/eslint-config
v1.4.0
Published
My shareable ESLint config for JavaScript projects.
Readme
@jdp-dev/eslint-config

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