1.0.7 • Published 3 years ago
@stratumn/eslint-config v1.0.7
Stratumn eslint-config
This is Stratumn's shareable eslint config. It works with the extends
feature of .eslintrc
files. You can learn more about
Shareable Configs on the
official ESLint website.
Install
First install the package as a dev dependency:
yarn add -D @stratumn/eslint-config
Then add this to your .eslintrc file:
{
"extends": "@stratumn/eslint-config"
}
You can override settings from the shareable config by adding them directly into your .eslintrc
file.