https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: a7c9dee79a956ed35d6cdb21c1c0be3372c06114 authored by Rohit Singh on 07 January 2021, 13:10:02 UTC
Merge branch 'v3-dev' of https://github.com/GeekyAnts/NativeBase into feat/v3-syncstate-todo
Tip revision: a7c9dee
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top