Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Nov 20, 2024
1 parent ff73fec commit 53a92e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default [
languageOptions: {
globals: {
...globals.mocha,
...globals.nodeBuiltin,

// cjs globals
require: "readonly",
Expand Down
1 change: 1 addition & 0 deletions src/commands/shell.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ async function doShell(argv) {
};

const shell = repl.start(replArgs);
// eslint-disable-next-line no-console
shell.on("error", console.error);

completionPromise = new Promise((resolve) => {
Expand Down
2 changes: 0 additions & 2 deletions src/lib/logger.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-console */

import chalk from "chalk";
import { Console } from "console";
import yargs from "yargs";
Expand Down

0 comments on commit 53a92e7

Please sign in to comment.