chore(.prettierrc.js): update tabWidth to 2 and remove commented out code

This commit is contained in:
Daniel Avila 2023-07-23 19:38:18 -04:00 committed by Danny Avila
parent bd1d5e991d
commit 77252bafc1

View file

@ -1,7 +1,7 @@
module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
// tabWidth: 2,
semi: true,
singleQuote: true,
// bracketSpacing: false,