https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 8093bb28d3e35dcc8820641d754a720b050c47f6 authored by madhav23bansal on 27 July 2021, 13:57:16 UTC
fix: added types for fontSize
Tip revision: 8093bb2
.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