Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 301 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 301 Bytes

eslint-config-wrapp

Install

yarn add -D https://github.com/wrapp/eslint-config-wrapp.git#[Commit hash here]

.eslintrc.js example:

module.exports = {
  "parser": "babel-eslint",
  "extends": [
    "wrapp/react",
    "wrapp/flow",
    "wrapp/jest",
    "wrapp/browser"
  ]
}