Skip to content

Commit 73a661b

Browse files
committed
chore: update eslint config
1 parent f635cd7 commit 73a661b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/dashlog/core#readme",
2929
"devDependencies": {
30-
"@openally/config.eslint": "^1.3.0",
30+
"@openally/config.eslint": "^2.1.0",
3131
"@types/node": "^22.0.0",
3232
"c8": "^10.1.2",
3333
"glob": "^11.0.0",

test/github.spec.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ import { test, after, describe, it } from "node:test";
33
import assert from "node:assert";
44
import fs from "node:fs";
55

6-
// Import Internal Dependencies
7-
import Github from "../src/services/github";
8-
6+
// Import Third-party Dependencies
97
import { MockAgent, setGlobalDispatcher } from "undici";
108

9+
// Import Internal Dependencies
10+
import Github from "../src/services/github.js";
11+
1112
const kMaxCommitFetch = 60;
1213

1314
const nsGithubOrg = JSON.parse(fs.readFileSync("./test/fixtures/nodesecure-github-org.json", "utf-8"));

0 commit comments

Comments
 (0)