add ESLint + prettier config

This commit is contained in:
Ole Morud
2022-08-21 21:44:35 +02:00
parent 656c668037
commit b2cda262ed
2 changed files with 37 additions and 0 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"semi": false,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": false,
"trailingComma": "none",
"jsxBracketSameLine": true
}