Revision 6f3597a50c122ff674b8ae017dd4634394ed124d authored by akhil-geekyants on 19 June 2018, 07:37:49 UTC, committed by akhil-geekyants on 19 June 2018, 07:37:49 UTC
1 parent a8235c5
Raw File
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top