Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into electron-updater
Browse files Browse the repository at this point in the history
  • Loading branch information
raa0121 committed Feb 8, 2022
2 parents 737a9e3 + 0964592 commit ea46927
Show file tree
Hide file tree
Showing 93 changed files with 5,426 additions and 923 deletions.
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ENGINE_PATH=run.exe
VUE_APP_ENGINE_URL=http://127.0.0.1:50021
VUE_APP_GTM_CONTAINER_ID=GTM-DUMMY
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ module.exports = {
endOfLine: "auto",
},
],
"@typescript-eslint/no-unused-vars": [
"warn",
{
ignoreRestSiblings: true,
},
],
},
overrides: [
{
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bugreport.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ labels: bug

## OSの種類/ディストリ/バージョン

<!-- チェックするには [ ] を [x] に変更してください -->

- [ ] Windows
- [ ] macOS
- [ ] Linux

<!--
なるべく詳しく書いてください 記述例:
* Windows 10 Pro 64bit (10.0.10586)
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/featurerequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ labels: enhancement

## OSの種類/ディストリ/バージョン

<!-- チェックするには [ ] を [x] に変更してください -->

- [ ] Windows
- [ ] macOS
- [ ] Linux

<!--
なるべく詳しく書いてください 記述例:
* Windows 10 Pro 64bit (10.0.10586)
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ labels: question

## OSの種類/ディストリ/バージョン

<!-- チェックするには [ ] を [x] に変更してください -->

- [ ] Windows
- [ ] macOS
- [ ] Linux

<!--
なるべく詳しく書いてください 記述例:
* Windows 10 Pro 64bit (10.0.10586)
Expand Down
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
'OS:mac':
- '\[x\] macOS'
'OS:linux':
- '\[x\] Linux'
'OS:win':
- '\[x\] Windows'
Loading

0 comments on commit ea46927

Please sign in to comment.