style: enforce prettier rules in linter

This commit is contained in:
Tom French
2022-07-08 15:48:43 +01:00
parent ffc3e2f423
commit a44834c0d3
5 changed files with 36 additions and 13 deletions

4
.prettierrc.json Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": false,
"trailingComma": "none"
}