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

Latest commit

 

History

History
25 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 695 Bytes

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 eslint-plugin-react@4.0.0 or above.