Skip to content

Commit a5b972a

Browse files
committed
Merge branch 'dev'
2 parents fab5cda + 6f3dbc5 commit a5b972a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6433
-13135
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ typings/
5151
# Output of 'npm pack'
5252
*.tgz
5353

54-
# Yarn Integrity file
54+
# Yarn files
55+
.yarn
5556
.yarn-integrity
5657

5758
# dotenv environment variables file

.prettierrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"semi": false,
44
"useTabs": true,
55
"tabWidth": 4,
6-
"trailingComma": "es5"
6+
"trailingComma": "es5",
7+
"printWidth": 100,
8+
"quoteProps": "as-needed",
9+
"arrowParens": "avoid"
710
}

.yarnrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
yarnPath: .yarn/releases/yarn-3.1.1.cjs
2+
nodeLinker: node-modules

build/installerHeader.bmp

33.5 KB
Binary file not shown.

build/installerSidebar.bmp

201 KB
Binary file not shown.

0 commit comments

Comments
 (0)