[web] Configure eslint and prettier dev tools

This commit is contained in:
chme
2022-02-19 06:33:31 +01:00
parent de097fcf94
commit d7f1c13585
5 changed files with 1757 additions and 1 deletions

5
web-src/.prettierrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}