Feat: Prettier uwu

This commit is contained in:
looskie
2021-06-22 14:07:03 -04:00
parent 87e3b10496
commit 4e0af9327f
2 changed files with 10 additions and 0 deletions

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"quoteProps": "consistent",
"printWidth": 120,
"bracketSpacing": true,
"singleQuote": false,
"useTabs": false,
"arrowParens": "avoid",
"tabWidth": 4
}

View File

@@ -23,6 +23,7 @@
"@types/react": "17.0.11",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"prettier": "^2.3.1",
"typescript": "4.3.3"
}
}