Revision feddd060448bc01f450c7768861db93085cbdeaf authored by Supriya Kalghatgi on 19 June 2018, 05:33:42 UTC, committed by GitHub on 19 June 2018, 05:33:42 UTC
Merge Development to add MaterialCommunityIcons
2 parent s 3f30a6c + a8235c5
Raw File
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top