Licence
MIT
Version
0.1.0
Deps
2
Size
2 kB
Vulns
0
Weekly
0
eslint-config-dispatch
Usage
Shareable configs are designed to work with the extends feature of .eslintrc files.
You can learn more about Shareable Configs on the official ESLint website.
npm install --save-dev eslint-config-dispatch
// Install peer dependencies
// should maintain with latest version numbers in package.json
npm install --save-dev eslint@^4.19.1 \
eslint-plugin-prettier@^2.6.0 \
eslint-plugin-react@^7.9.1 \
prettier@^1.13.5
Unfortunately due to these configs being dev dependencies, each project using these configs will need to update peer dependencies independently
Create a .eslintrc file:
{
"extends": "dispatch"
}
License
MIT