1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-06 02:23:14 +00:00

Apply prettier

This commit is contained in:
Hinton
2022-01-03 12:49:00 +01:00
parent d68d4b4bdc
commit c3aaf33ce1
586 changed files with 48808 additions and 43106 deletions

View File

@@ -14,12 +14,8 @@
"declarationDir": "dist/types",
"outDir": "dist",
"paths": {
"jslib-common/*": [
"../common/src/*"
],
"src/*": [
"./src/*"
]
"jslib-common/*": ["../common/src/*"],
"src/*": ["./src/*"]
},
"plugins": [
{
@@ -27,12 +23,6 @@
}
]
},
"include": [
"src",
"spec"
],
"exclude": [
"node_modules",
"dist"
]
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}