1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Add Prettier to format TypeScript files

This commit is contained in:
Mark McDowall
2023-01-08 00:26:33 -08:00
committed by Mark McDowall
parent 910511dba0
commit de56862bb9
6 changed files with 76 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"arrowParens": "always",
"endOfLine": "auto",
"singleQuote": true,
"trailingComma": "es5"
}