Revision 36c71566f45407c4cc20d1ff35b23de44c618091 authored by akhil-geekyants on 16 May 2018, 07:13:19 UTC, committed by akhil-geekyants on 16 May 2018, 07:13:19 UTC
1 parent 584131a
Raw File
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top