Skip to content

Commit

Permalink
Optimizations and cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
3kh0 committed Apr 23, 2024
1 parent 271aa2f commit 617a11d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report
about: Create a report to help us improve
title: '[Bug] '
title: "[Bug] "
labels: Bug Report
assignees: xbubbo
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature Request
about: Suggest an idea for this project
title: '[Feature]'
title: "[Feature]"
labels: Feature Request
assignees: xbubbo
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/game-request.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'daily'
interval: "daily"
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"singleQuote": false,
"bracketSameLine": true,
"printWidth": 120
}

0 comments on commit 617a11d

Please sign in to comment.