Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.
/ eslint-config Public archive

🚷 Shareable ESLint config for all reBEM modules

Notifications You must be signed in to change notification settings

rebem/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maintenance npm

ESLint Shareable Configs.

npm i -D eslint-config-rebem babel-eslint eslint-plugin-babel eslint-plugin-react
// .eslintrc
{
  "extends": [
    "rebem/configs/common",
    "rebem/configs/babel",
    "rebem/configs/react",
    "rebem/configs/test"
  ],
  "rules": {
    // custom tweaks
  }
}

If working with React config, install [email protected] or above.