Revision 729b4498a25bc31bbec553ce979367673b91e4a7 authored by Suraj Ahmed on 09 February 2022, 10:02:48 UTC, committed by Suraj Ahmed on 09 February 2022, 10:02:48 UTC
1 parent 2f79b93
Raw File
.prettierrc
{
    "singleQuote": true,
    "jsxBracketSameLine": false,
    "useTabs": false,
    "eslintIntegration": false,
    "tslintIntegration": true,
    "parser": "typescript",
    "requireConfig": false,
    "stylelintIntegration": false
}
back to top