0.1.0 • Published 6 years ago
eslint-config-dispatch v0.1.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
0.1.0
6 years ago