From 617a11d967b368f424e862d51b64881b9f466188 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 23 Apr 2024 10:05:43 -0400 Subject: [PATCH] Optimizations and cleaning --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- .github/ISSUE_TEMPLATE/feature-request.md | 2 +- .github/ISSUE_TEMPLATE/game-request.md | 2 +- .github/dependabot.yml | 6 +++--- .prettierrc | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index a1b4326bc..95093f300 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug Report about: Create a report to help us improve -title: '[Bug] ' +title: "[Bug] " labels: Bug Report assignees: xbubbo --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 05597b49f..2641d7ebb 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest an idea for this project -title: '[Feature]' +title: "[Feature]" labels: Feature Request assignees: xbubbo --- diff --git a/.github/ISSUE_TEMPLATE/game-request.md b/.github/ISSUE_TEMPLATE/game-request.md index 7e5feea92..d48190e9e 100644 --- a/.github/ISSUE_TEMPLATE/game-request.md +++ b/.github/ISSUE_TEMPLATE/game-request.md @@ -1,7 +1,7 @@ --- name: Game Request about: Suggest a game you would like to be added to the site. -title: '[Game]' +title: "[Game]" labels: Game Request assignees: xbubbo --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 122534f01..d1f0d0851 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: 'npm' - directory: '/' + - package-ecosystem: "npm" + directory: "/" schedule: - interval: 'daily' + interval: "daily" diff --git a/.prettierrc b/.prettierrc index fb4ca57e2..4d41501c3 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,7 +2,7 @@ "trailingComma": "es5", "tabWidth": 2, "semi": false, - "singleQuote": true, + "singleQuote": false, "bracketSameLine": true, "printWidth": 120 }