refactor(lint): externalization of prettier for simpler IDE support

This commit is contained in:
Corentin Thomasset 2022-08-03 13:59:23 +02:00 committed by Corentin THOMASSET
parent 129f74c371
commit 02c4963531
4 changed files with 10 additions and 10 deletions

7
.prettierrc Normal file
View file

@ -0,0 +1,7 @@
{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 120
}