Add prettier config, stop npm lint formatting, warn if formatting bad

This commit is contained in:
Julian Stirling 2025-10-27 17:58:21 +00:00
parent 5cd8a0a38d
commit 3900c3e1ad
2 changed files with 8 additions and 1 deletions

7
webapp/.prettierrc.json Normal file
View file

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