https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f7d65129dc1fd1f11e99c65e38ded5e1b21bc9f2 authored by dependabot[bot] on 02 March 2022, 00:01:22 UTC
chore(deps): bump plist from 3.0.1 to 3.0.4
Tip revision: f7d6512
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top