chore: suit eslint rules
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
'use strict';
|
||||
|
||||
const cli = require('..');
|
||||
|
||||
describe('cli', () => {
|
||||
it('needs tests');
|
||||
});
|
@@ -1,7 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
module.exports = cli;
|
||||
|
||||
function cli() {
|
||||
// TODO
|
||||
// TODO
|
||||
}
|
||||
|
Reference in New Issue
Block a user