https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 13475ba53d1d4f5751ee5633769f27dc08906078 authored by Viraj-10 on 06 June 2022, 14:05:11 UTC
fix: factory fn memo for makestyle component
Tip revision: 13475ba
.eslintrc.json
{
  "extends": ["@react-native-community", "prettier"],
  "rules": {
    "prettier/prettier": [
      "error",
      {
        "quoteProps": "preserve",
        "singleQuote": true,
        "tabWidth": 2,
        "trailingComma": "es5",
        "useTabs": false
      }
    ],
    "no-bitwise": 0,
    "prefer-const": "warn",
    "no-console": "off"
  },
  "plugins": ["prettier"]
}
back to top