Strict prettierrc

This commit is contained in:
Sidharth Vinod
2022-09-03 13:19:46 +05:30
parent 787cf9395e
commit 661f283dab

View File

@@ -1,5 +1,7 @@
{
"endOfLine": "auto",
"printWidth": 100,
"singleQuote": true
"singleQuote": true,
"useTabs": false,
"tabWidth": 2
}