https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f0e4c6fc8a4ec997ef387159084cd1a9e0eff751 authored by Suraj Ahmed on 19 January 2022, 08:59:11 UTC
chore: packagejson removed dependency
Tip revision: f0e4c6f
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top