Revision 88a24d267f35e14f66e490ef397549f48a01e3d3 authored by SupriyaKalghatgi on 14 June 2018, 11:04:58 UTC, committed by SupriyaKalghatgi on 14 June 2018, 11:04:58 UTC
1 parent 9b92e83
Raw File
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top