chore: configure prettier to mind its own business
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I446dc88e7dab36f8955338d650b85ac46a6a6964
This commit is contained in:
parent
f25cfa3e7e
commit
91119c8774
2 changed files with 35 additions and 0 deletions
7
.prettierrc
Normal file
7
.prettierrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 100,
|
||||
"plugins": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue