run formatter

Signed-off-by: alok8bb <alok8bb@gmail.com>
This commit is contained in:
2023-07-29 16:38:16 +05:30
parent cc56e17bd4
commit ae4986c091
10 changed files with 842 additions and 438 deletions

View File

@@ -6,7 +6,6 @@
"quoteProps": "consistent",
"jsxSingleQuote": false,
"bracketSpacing": true,
"jsxBracketSameLine": true,
"arrowParens": "avoid",
"printWidth": 80
}
}