Skip to content

remarkablelives/eslint-config-remarkable-lives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published