https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: f0a1ebb2f35181bad0a621e94a7ba42636636121 authored by Aditya Jamuar on 24 September 2021, 08:50:36 UTC
fix: some of the warnings have been removed from storybook
Tip revision: f0a1ebb
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top