Skip to content

Commit aea268c

Browse files
committed
Update resources
1 parent 4167f1c commit aea268c

File tree

7 files changed

+327
-108
lines changed

7 files changed

+327
-108
lines changed

.eslintrc.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parserOptions:
4343
generators: true
4444
globalReturn: false
4545
impliedStrict: true
46-
jsx: false
46+
jsx: true
4747
modules: true
4848
objectLiteralComputedProperties: true
4949
objectLiteralDuplicateProperties: true
@@ -92,6 +92,10 @@ rules:
9292
function-paren-newline:
9393
- "warn"
9494
- "multiline-arguments"
95+
generator-star-spacing:
96+
- "warn"
97+
- before: false
98+
after: true
9599
guard-for-in: "off"
96100
id-length:
97101
- "warn"
@@ -193,18 +197,9 @@ rules:
193197
- "warn"
194198
- "always"
195199
- omitLastInOneLineBlock: false
196-
sort-imports:
197-
- "warn"
198-
- allowSeparatedGroups: false
199-
ignoreCase: true
200-
sort-keys:
201-
- "warn"
202-
- "asc"
203-
- caseSensitive: false
204-
natural: true
205-
sort-vars:
206-
- "warn"
207-
- ignoreCase: true
200+
sort-imports: "off"
201+
sort-keys: "off"
202+
sort-vars: "off"
208203
space-before-function-paren:
209204
- "warn"
210205
- anonymous: "always"

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
time: "00:00"
99
timezone: "Etc/UTC"
1010
labels:
11-
- "Platform/GitHub/Actions"
11+
- "Platform/GitHubActions"
1212
- "Status/Pending 🔵"
1313
- "Type/Dependency 📦"
1414
open-pull-requests-limit: 100

.github/labels.yml

Lines changed: 219 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,219 @@
1+
- name: "Platform/Android"
2+
color: "#3DDC84"
3+
description: "Related to Android."
4+
aliases:
5+
- "Platform/Android 🤖"
6+
- name: "Platform/AssemblyScript"
7+
color: "#007AAC"
8+
description: "Related to AssemblyScript."
9+
- name: "Platform/Azure"
10+
color: "#0078D4"
11+
description: "Related to Azure."
12+
- name: "Platform/ClamAV"
13+
color: "#B83033"
14+
description: "Related to ClamAV."
15+
- name: "Platform/CodeFactor"
16+
color: "#F44A6A"
17+
description: "Related to CodeFactor."
18+
- name: "Platform/Crowdin"
19+
color: "#2E3340"
20+
description: "Related to Crowdin."
21+
- name: "Platform/Deno"
22+
color: "#000000"
23+
description: "Related to Deno."
24+
- name: "Platform/DenoDeploy"
25+
color: "#000000"
26+
description: "Related to Deno Deploy."
27+
aliases:
28+
- "Platform/Deno 🦕"
29+
- name: "Platform/Dependabot"
30+
color: "#025E8C"
31+
description: "Related to Dependabot."
32+
- name: "Platform/Discord"
33+
color: "#5865F2"
34+
description: "Related to Discord."
35+
- name: "Platform/Docker"
36+
color: "#2496ED"
37+
description: "Related to Docker."
38+
aliases:
39+
- "Platform/Docker 🐳"
40+
- name: "Platform/DotNet"
41+
color: "#512BD4"
42+
description: "Related to .NET."
43+
- name: "Platform/Git"
44+
color: "#F05032"
45+
description: "Related to Git."
46+
- name: "Platform/GitLFS"
47+
color: "#F64935"
48+
description: "Related to Git LFS."
49+
- name: "Platform/GitHub"
50+
color: "#181717"
51+
description: "Related to GitHub."
52+
- name: "Platform/GitHubActions"
53+
color: "#2088FF"
54+
description: "Related to GitHub Actions."
55+
aliases:
56+
- "Platform/GitHub/Actions"
57+
- "Platform/GitHub/Actions :octocat:"
58+
- name: "Platform/GitHubPages"
59+
color: "#222222"
60+
description: "Related to GitHub Pages."
61+
- name: "Platform/Google"
62+
color: "#4285F4"
63+
description: "Related to Google."
64+
- name: "Platform/JavaScript"
65+
color: "#F7DF1E"
66+
description: "Related to JavaScript."
67+
- name: "Platform/Kaspersky"
68+
color: "#006D5C"
69+
description: "Related to Kaspersky."
70+
- name: "Platform/Linux"
71+
color: "#FCC624"
72+
description: "Related to Linux."
73+
aliases:
74+
- "Platform/Linux 🐧"
75+
- name: "Platform/LinuxAlpine"
76+
color: "#0D597F"
77+
description: "Related to Linux Alpine."
78+
aliases:
79+
- "Platform/Linux/Alpine"
80+
- "Platform/Linux/Alpine 🏔"
81+
- name: "Platform/LinuxDebian"
82+
color: "#A81D33"
83+
description: "Related to Linux Debian."
84+
aliases:
85+
- "Platform/Linux/Debian"
86+
- "Platform/Linux/Debian 🌪"
87+
- name: "Platform/LinuxUbuntu"
88+
color: "#E95420"
89+
description: "Related to Linux Ubuntu."
90+
- name: "Platform/MacOS"
91+
color: "#000000"
92+
description: "Related to MacOS."
93+
aliases:
94+
- "Platform/MacOS 🙂"
95+
- name: "Platform/NodeJS"
96+
color: "#339933"
97+
description: "Related to NodeJS."
98+
aliases:
99+
- "Platform/NodeJS 🔘"
100+
- name: "Platform/NPM"
101+
color: "#CB3837"
102+
description: "Related to NPM."
103+
- name: "Platform/Others"
104+
color: "#ffffff"
105+
description: "Related to other platforms."
106+
- name: "Platform/PNPM"
107+
color: "#F69220"
108+
description: "Related to PNPM."
109+
- name: "Platform/POEditor"
110+
color: "#00BCC9"
111+
description: "Related to POEditor."
112+
- name: "Platform/PowerShell"
113+
color: "#5391FE"
114+
description: "Related to PowerShell."
115+
aliases:
116+
- "Platform/PowerShell 🐚"
117+
- name: "Platform/PowerShellGallery"
118+
color: "#5391FE"
119+
description: "Related to PowerShell Gallery."
120+
- name: "Platform/Python"
121+
color: "#3776AB"
122+
description: "Related to Python."
123+
aliases:
124+
- "Platform/Python 🐍"
125+
- name: "Platform/Replit"
126+
color: "#F26207"
127+
description: "Related to Replit."
128+
- name: "Platform/Roblox"
129+
color: "#000000"
130+
description: "Related to Roblox."
131+
- name: "Platform/RobloxStudio"
132+
color: "#00A2FF"
133+
description: "Related to Roblox Studio."
134+
- name: "Platform/SemVer"
135+
color: "#3F4551"
136+
description: "Related to SemVer."
137+
- name: "Platform/TypeScript"
138+
color: "#3178C6"
139+
description: "Related to TypeScript."
140+
- name: "Platform/VisualStudio"
141+
color: "#5C2D91"
142+
description: "Related to Visual Studio."
143+
- name: "Platform/VisualStudioCode"
144+
color: "#007ACC"
145+
description: "Related to Visual Studio Code."
146+
- name: "Platform/Windows"
147+
color: "#0078D4"
148+
description: "Related to Windows."
149+
aliases:
150+
- "Platform/Windows 🪟"
151+
- name: "Platform/Yarn"
152+
color: "#2C8EBB"
153+
description: "Related to Yarn."
154+
- name: "Priority/Critical 🚨"
155+
color: "#b60205"
156+
description: "Critical priority."
157+
- name: "Priority/High 🔴"
158+
color: "#e81224"
159+
description: "High priority."
160+
- name: "Priority/Low 🟢"
161+
color: "#16c60c"
162+
description: "Low priority."
163+
- name: "Priority/Medium 🟡"
164+
color: "#fff100"
165+
description: "Medium priority."
166+
- name: "Status/Duplicated 🔁"
167+
color: "#c0c0c0"
168+
description: "This already exists."
169+
- name: "Status/Invalid ⚠️"
170+
color: "#e4e669"
171+
description: "This does not seem right."
172+
aliases:
173+
- "Status/Invalid ⚠"
174+
- name: "Status/Investigating 🔍"
175+
color: "#ffc93b"
176+
description: "This is in investigating."
177+
aliases:
178+
- "Status/Investigating 🧐"
179+
- name: "Status/No-Solution 🤷"
180+
color: "#ffffff"
181+
description: "This cannot be worked on due to no possible solution."
182+
- name: "Status/Pending 🔵"
183+
color: "#0078d7"
184+
description: "This is new."
185+
aliases:
186+
- "Status/Unread 🔵"
187+
- name: "Status/Question ❓"
188+
color: "#d876e3"
189+
description: "This needs further information."
190+
- name: "Status/Rejected ❌"
191+
color: "#f03710"
192+
description: "This is rejected."
193+
- name: "Status/Transfer ↗️"
194+
color: "#808080"
195+
description: "This is transferred to the more relevant place."
196+
- name: "Status/WillNotFix 🙅"
197+
color: "#ffffff"
198+
description: "This will not be worked on."
199+
aliases:
200+
- "Status/Will-Not-Fix 🙅"
201+
- name: "Type/Bug 🐛"
202+
color: "#d73a4a"
203+
description: "Something is not working."
204+
- name: "Type/Dependency 📦"
205+
color: "#bb9167"
206+
description: "Related to dependency."
207+
- name: "Type/Documentation 📓"
208+
color: "#5319e7"
209+
description: "Related to documentation."
210+
aliases:
211+
- "Type/Documentation 📚"
212+
- name: "Type/Enhancement ➕"
213+
color: "#a2eeef"
214+
description: "New feature or request."
215+
- name: "Type/Help-Wanted ⛑️"
216+
color: "#008672"
217+
description: "Need extra attention."
218+
aliases:
219+
- "Type/Help-Wanted ⛑"

.github/workflows/sync-labels.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2+
name: "Sync Labels"
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
paths:
8+
- ".github/labels.yml"
9+
workflow_dispatch:
10+
permissions:
11+
issues: "write"
12+
pull-requests: "write"
13+
jobs:
14+
main:
15+
name: "Main"
16+
uses: "hugoalh/hugoalh/.github/workflows/sync-labels.yml@main"

.gitignore

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ _compareTemp
88
.AppleDB
99
.AppleDesktop
1010
.AppleDouble
11-
.cache
12-
.Cache
11+
.[Cc]ache
1312
.cache-main
14-
.cache/
15-
.Cache/
13+
.[Cc]ache/
1614
.com.apple.timemachine.donotpresent
1715
.DocumentRevisions-V100
1816
.dropbox
@@ -123,15 +121,11 @@ Package Control.cache
123121
Package Control.cache/
124122
pids
125123
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
126-
temp
127-
Temp
128-
temp/
129-
Temp/
124+
[Tt]emp
125+
[Tt]emp/
130126
Temporary Items
131-
thumbs.db
132-
Thumbs.db
133-
thumbs.db:encryptable
134-
Thumbs.db:encryptable
127+
[Tt]humbs.db
128+
[Tt]humbs.db:encryptable
135129
web_modules
136130
web_modules/
137131
yarn-debug.log*

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@actions/tool-cache": "^2.0.1"
3535
},
3636
"devDependencies": {
37-
"@types/node": "^20.4.9",
38-
"@typescript-eslint/eslint-plugin": "^6.3.0",
39-
"@typescript-eslint/parser": "^6.3.0",
37+
"@types/node": "^20.5.0",
38+
"@typescript-eslint/eslint-plugin": "^6.4.0",
39+
"@typescript-eslint/parser": "^6.4.0",
4040
"@vercel/ncc": "^0.36.1",
41-
"eslint": "^8.46.0",
41+
"eslint": "^8.47.0",
4242
"eslint-plugin-only-warn": "^1.1.0",
4343
"typescript": "^5.1.6"
4444
},

0 commit comments

Comments
 (0)