https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 9af8cdd0c2d3e905152f3e29224d61f07dd35a0b authored by Suraj Ahmed on 27 August 2021, 11:30:46 UTC
v3.2.0-alpha.2
Tip revision: 9af8cdd
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top