chore: lint

This commit is contained in:
coderaiser 2023-09-04 15:43:38 +03:00
parent 4b9267f375
commit ea929465a8
29 changed files with 42 additions and 19 deletions

View file

@ -1,5 +1,6 @@
'use strict';
const process = require('process');
const DIR = '../';
const DIR_COMMON = `${DIR}../common/`;

View file

@ -1,5 +1,6 @@
'use strict';
const process = require('process');
const format = require('format-io');
const {version} = require('../../package');

View file

@ -1,5 +1,6 @@
'use strict';
const process = require('process');
const {test, stub} = require('supertape');
const info = require('./info');