Add quality tools for javascript

This commit is contained in:
Webber
2019-12-17 00:53:01 +01:00
committed by Webber Takken
parent 69c4feba8f
commit ae18dc32c9
8 changed files with 54 additions and 0 deletions

6
.prettierrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
}