mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: lint
This commit is contained in:
parent
13279299c4
commit
24dcf78be8
16 changed files with 25 additions and 26 deletions
|
|
@ -1,10 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
const isString = (a) => typeof a === 'string';
|
||||
const tryCatch = require('try-catch');
|
||||
|
||||
const exit = require('./exit');
|
||||
const columns = require('./columns');
|
||||
const isString = (a) => typeof a === 'string';
|
||||
|
||||
module.exports.root = (dir, config) => {
|
||||
if (!isString(dir))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue