mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: lint
This commit is contained in:
parent
5e742c5b82
commit
c0988590a7
15 changed files with 31 additions and 23 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const process = require('node:process');
|
||||
const test = require('supertape');
|
||||
const {test} = require('supertape');
|
||||
const env = require('./env.mjs');
|
||||
|
||||
test('cloudcmd: server: env: bool: upper case first', (t) => {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const {test} = require('supertape');
|
||||
|
||||
const prefixer = require('./prefixer');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const {test} = require('supertape');
|
||||
const {tryToCatch} = require('try-to-catch');
|
||||
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue