Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

keystonejs/eslint-config-keystone-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Archived

This repository is archived and is no longer maintained.

For the latest Keystone release please visit the Keystone website.



eslint-config-keystone-react

Shareable ESLint Config for Coding Standards used in KeystoneJS with React Extensions

Extends eslint-config-keystone

Installation

Install the following dependencies in your project:

npm install --save-dev eslint eslint-plugin-react eslint-config-keystone eslint-config-keystone-react

Then add an .eslintrc file to your project that extends the keystone config:

{
  "extends": [
     "keystone-react"
  ]
}

You can do this from the OS X terminal by running this line in your project folder:

echo -e '{\n  "extends": [\n    "keystone-react"\n  ]\n}' >> .eslintrc

Additional configuration can be added to .eslintrc that extends or overrides the keystone defaults.

License

MIT. Copyright (c) 2016 Jed Watson.

About

⚠️ Archived - Legacy Shareable ESLint Config for Keystone's Coding Standards with React Extensions

Resources

License

Stars

Watchers

Forks

Packages

No packages published