Revision fb1a1a5f4941be214fb5277631ea4a0c1cc544e6 authored by akhil-geekyants on 21 May 2018, 09:55:29 UTC, committed by akhil-geekyants on 21 May 2018, 09:55:29 UTC
Fix for issue #1905(types: react-native types are wrong with 16.3+)
1 parent 7da9e8d
Raw File
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top