An ESLint Shareable Config for Remarkable Lives
yarn add eslint-config-remarkable-lives
To use the Remarkable Lives shareable config, first run this:
yarn add -D eslint eslint-config-remarkable-lives eslint-config-standard eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint-plugin-react
Then, add this to your .eslintrc file:
{
"extends": "remarkable-lives"
}
Note: the eslint-config-
prefix was not added since it is automatically assumed by ESLint.
You can override settings from the shareable config by adding them directly into your
.eslintrc
file.
MIT. Copyright (c) Remarkable Lives.