1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Add Prettier configuration (#574)

This commit is contained in:
Oscar Hinton
2021-12-16 12:45:01 +01:00
committed by GitHub
parent 512c5c2837
commit 8b2dfc6cdc
9 changed files with 2430 additions and 891 deletions

View File

@@ -40,7 +40,6 @@
"object-literal-shorthand": [ true, "never" ],
"ordered-imports": true,
"prefer-for-of": false,
"quotemark": [ true, "single" ],
"whitespace": [
true,
"check-branch",
@@ -52,14 +51,7 @@
"check-type"
],
"max-classes-per-file": false,
"arrow-parens": [
true,
"ban-single-arg-parens"
],
"semicolon": [
true,
"always"
],
"arrow-parens": [true],
"trailing-comma": [
true,
{