https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 4594d7ba1694831a32ccb28a9a540454397c67aa authored by meenu on 09 July 2021, 13:03:00 UTC
feat: few changes in hidden
Tip revision: 4594d7b
.eslintrc.json
{
  "extends": ["@react-native-community", "prettier"],
  "rules": {
    "prettier/prettier": [
      "error",
      {
        "quoteProps": "preserve",
        "singleQuote": true,
        "tabWidth": 2,
        "trailingComma": "es5",
        "useTabs": false
      }
    ],
    "no-bitwise": 0
  },
  "plugins": ["prettier"]
}
back to top