https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bcf158a9573d34b00369435f6cafbd96d89ee78e authored by meenu on 22 October 2021, 14:24:42 UTC
fix: removed type for style-components
Tip revision: bcf158a
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top