mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
f5015e75e8
commit
0f5fe2d4fe
2 changed files with 3 additions and 2 deletions
|
|
@ -524,4 +524,3 @@ async function switchKey(event) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -203,7 +203,9 @@ module.exports.buildFromJSON = (params) => {
|
|||
}
|
||||
|
||||
fileTable += files
|
||||
.filter(filterOutDotFiles({showDotFiles}))
|
||||
.filter(filterOutDotFiles({
|
||||
showDotFiles,
|
||||
}))
|
||||
.map(updateField)
|
||||
.map((file) => {
|
||||
const name = encode(file.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue