https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 3ed0734596818fce20db35b87ff59d1e167c18f1 authored by Rohit Singh on 24 March 2021, 10:33:39 UTC
Merge branch 'v3-pre-beta' of https://github.com/GeekyAnts/NativeBase into fix/v3-circular-progress-material-design
Tip revision: 3ed0734
.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