Skip to content

Commit 18f45e8

Browse files
committed
lint
1 parent d198cc5 commit 18f45e8

9 files changed

Lines changed: 3185 additions & 1630 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A clear and concise description of what the bug is.
1010

1111
**To Reproduce**
1212
Steps to reproduce the behavior:
13+
1314
1. Go to '...'
1415
2. Click on '....'
1516
3. Scroll down to '....'
@@ -22,15 +23,17 @@ A clear and concise description of what you expected to happen.
2223
If applicable, add screenshots to help explain your problem.
2324

2425
**Desktop (please complete the following information):**
25-
- OS: [e.g. iOS]
26-
- Browser [e.g. chrome, safari]
27-
- Version [e.g. 22]
26+
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
2830

2931
**Smartphone (please complete the following information):**
30-
- Device: [e.g. iPhone6]
31-
- OS: [e.g. iOS8.1]
32-
- Browser [e.g. stock browser, safari]
33-
- Version [e.g. 22]
32+
33+
- Device: [e.g. iPhone6]
34+
- OS: [e.g. iOS8.1]
35+
- Browser [e.g. stock browser, safari]
36+
- Version [e.g. 22]
3437

3538
**Additional context**
3639
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: ❓ Question
33
about: Do you have a Question?
4-
labels: ["🎛️ server","❓ question"]
4+
labels: ["🎛️ server", "❓ question"]
55
projects: "Phalcode/4"
66
---
77

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"useWebView": true,
1111
"webRoot": "${workspaceFolder}",
1212
"preLaunchTask": "ui:dev"
13-
},
13+
},
1414
{
1515
"name": "Debug Web (Edge)",
1616
"type": "msedge",

.vscode/tasks.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"type": "shell",
77
"isBackground": true,
88
"command": "yarn",
9-
"args": [
10-
"dev"
11-
],
9+
"args": ["dev"]
1210
},
1311
{
1412
"label": "start-web-dev-server",

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,19 @@
1111
## 16.2.0
1212

1313
### Changes
14+
1415
- Added GameSettings
1516
- Extended library filters
1617
- Bug fix: Youtube player error 153
1718

1819
## 16.1.0
1920

2021
### Changes
22+
2123
- Added GameView Layout
2224
- Added Support for SSO
2325
- Added Sorting + Filtering
2426

25-
2627
## 16.0.0
2728

2829
### Changes

nest-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"assets": [
77
{
88
"include": "../assets",
9-
"outDir":"dist/assets",
9+
"outDir": "dist/assets",
1010
"watchAssets": true
1111
}
1212
]

0 commit comments

Comments
 (0)