An ESLint Shareable Config
yarn add git+https://github.com/FashionData/eslint-config
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.
Add this to your .eslintrc
file:
{
"extends": "standard"
}
You can override settings from the shareable config by adding them directly into your
.eslintrc
file.