0.8.0 • Published 7 years ago
eslint-config-remarkable-lives v0.8.0
eslint-config-remarkable-lives
An ESLint Shareable Config for Remarkable Lives
Install
yarn add eslint-config-remarkable-livesUsage
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-reactThen, 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.
License
MIT. Copyright (c) Remarkable Lives.