https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 7d5bc31d38f912c807fa0ff7d0dd3724ad2c389c authored by Amar Somani on 03 May 2021, 13:29:07 UTC
add documentation link
Tip revision: 7d5bc31
.eslintrc.json
{
  "parser": "babel-eslint",
  "rules": {
    "indent": [
      "error",
      2
    ]
  },
  "plugins": [
    "react",
    "jsx-a11y",
    "import",
    "react-native"
  ]
}
back to top