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:
10
tslint.json
10
tslint.json
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user