Revision 44661a8033bbd667544f81cef80354e3b9c13dda authored by SupriyaKalghatgi on 14 June 2018, 08:12:13 UTC, committed by SupriyaKalghatgi on 14 June 2018, 08:12:13 UTC
1 parent 6041019
Raw File
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top