laundree/laundree

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "extends": [
    "standard",
    "standard-react",
    "standard-flow"
  ],
  "rules": {
    "react/no-unused-prop-types": 0,
    "react/jsx-space-before-closing": 0,
    "react/jsx-indent": 0,
    "react/jsx-tag-spacing": 0,
    "react/prop-types": 0,
    "no-var": "error",
    "generator-star-spacing": 0,
    "no-undef": 0,
    "no-unused-vars": 0
  },
  "env": {
    "node": true
  }
}