mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 13:13:10 +00:00
chore: lint
This commit is contained in:
parent
13279299c4
commit
24dcf78be8
16 changed files with 25 additions and 26 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
const isString = (a) => typeof a === 'string';
|
||||
require('../../../css/view.css');
|
||||
|
||||
const rendy = require('rendy');
|
||||
|
|
@ -28,7 +27,7 @@ const Events = require('../../dom/events');
|
|||
const Images = require('../../dom/images');
|
||||
|
||||
const {encode} = require('../../../common/entity');
|
||||
|
||||
const isString = (a) => typeof a === 'string';
|
||||
const {assign} = Object;
|
||||
const {isArray} = Array;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue