https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 730b12bc5dcc2ebea4ba347611be3cd9ae4fa71b authored by Suraj Ahmed on 11 February 2022, 06:42:03 UTC
fix: example section list
Tip revision: 730b12b
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top