https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: ffadbf51313c62b6ee9533b93a423485817b4941 authored by dependabot[bot] on 27 January 2023, 17:15:05 UTC
chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 in /next-example
Tip revision: ffadbf5
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top