mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
6b0bd2e1de
commit
0ccd109a50
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ const notParent = (current) => {
|
|||
const name = DOM.getCurrentName(current);
|
||||
return name !== '..';
|
||||
};
|
||||
|
||||
|
||||
const parse = (current) => {
|
||||
const name = DOM.getCurrentName(current);
|
||||
const size = DOM.getCurrentSize(current);
|
||||
|
|
@ -32,7 +32,7 @@ const parse = (current) => {
|
|||
const mode = DOM.getCurrentMode(current);
|
||||
const date = DOM.getCurrentDate(current);
|
||||
const type = DOM.getCurrentType(current);
|
||||
|
||||
|
||||
return {
|
||||
name,
|
||||
size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue