Skip to content

Commit

Permalink
fix(ESLint): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Mamerow committed Apr 13, 2023
1 parent 2b080ed commit 789277b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions bin/cli.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/cli.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const fs = require("fs");
import fs from 'fs';
const port = getPortnumber();
const testsPort = port + 1;
const objPorts: { [index: string]: number } = {'port': port, 'testsPort': testsPort}
Expand Down

0 comments on commit 789277b

Please sign in to comment.