-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: optimize biome.json ignore files and update lint ci
- Loading branch information
1 parent
70026ad
commit a468e71
Showing
10 changed files
with
308 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,6 @@ jobs: | |
run: pnpm i | ||
|
||
- name: Lint | ||
run: pnpm check | ||
run: pnpm lint | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
{ | ||
// See http://go.microsoft.com/fwlink/?LinkId=827846 | ||
// for the documentation about the extensions.json format | ||
"recommendations": ["dbaeumer.vscode-eslint", "amodio.tsl-problem-matcher", "ms-vscode.extension-test-runner"] | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"amodio.tsl-problem-matcher", | ||
"ms-vscode.extension-test-runner" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"Please enter new alias": "请输入新的别名", | ||
"Please enter new alias name": "请输入新的别名名称", | ||
"Please enter new alias command": "请输入新的指令名称", | ||
"Please enter new description": "请输入新的备注", | ||
"Duplicate alias": "别名重复", | ||
"Please check the format of the input content": "请检查输入内容的格式", | ||
"Alias is mandatory to execute this action": "别名不能为空", | ||
"Alias name is mandatory to execute this action": "别名名称不能为空", | ||
"Alias command is mandatory to execute this action": "指令名称不能为空", | ||
"No alias": "没有任何别名", | ||
"Alias has been added to the clipboard Successfully": "别名已成功复制到剪贴板", | ||
"Please enter new group": "请输入新的组名", | ||
"Group is mandatory to execute this action": "组不能为空", | ||
"Duplicate group": "组名称重复", | ||
"Please choose a group to add": "请选择一个组添加别名", | ||
"frequency": "运行次数" | ||
} | ||
"Please enter new alias": "请输入新的别名", | ||
"Please enter new alias name": "请输入新的别名名称", | ||
"Please enter new alias command": "请输入新的指令名称", | ||
"Please enter new description": "请输入新的备注", | ||
"Duplicate alias": "别名重复", | ||
"Please check the format of the input content": "请检查输入内容的格式", | ||
"Alias is mandatory to execute this action": "别名不能为空", | ||
"Alias name is mandatory to execute this action": "别名名称不能为空", | ||
"Alias command is mandatory to execute this action": "指令名称不能为空", | ||
"No alias": "没有任何别名", | ||
"Alias has been added to the clipboard Successfully": "别名已成功复制到剪贴板", | ||
"Please enter new group": "请输入新的组名", | ||
"Group is mandatory to execute this action": "组不能为空", | ||
"Duplicate group": "组名称重复", | ||
"Please choose a group to add": "请选择一个组添加别名", | ||
"frequency": "运行次数" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.