0.8.0 • Published 6 years ago

eslint-config-remarkable-lives v0.8.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

eslint-config-remarkable-lives

An ESLint Shareable Config for Remarkable Lives

Install

yarn add eslint-config-remarkable-lives

Usage

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.

License

MIT. Copyright (c) Remarkable Lives.

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago