Revision 985ffa9273d72e0810a0cc238ac45b0cce26bc08 authored by MD-REHMAN on 23 March 2021, 14:10:33 UTC, committed by MD-REHMAN on 23 March 2021, 14:10:33 UTC
1 parent 487403f
Raw File
.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