https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f2aa2bfefba2da1b8023ae5f4ab4eb9b86c56b9c authored by Aditya Jamuar on 15 July 2021, 14:26:25 UTC
3.0.5
Tip revision: f2aa2bf
.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