https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 2af1eda43e0ac52088754b7b208d7fd4c583c7ca authored by Rohit Singh on 08 November 2021, 08:03:17 UTC
fix: aspectratio example breaking docs build automation
Tip revision: 2af1eda
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top