We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e44dee commit 9a0cda2Copy full SHA for 9a0cda2
1 file changed
lib/auth.js
@@ -1,6 +1,7 @@
1
import fs from 'node:fs';
2
import { ClientRequest } from 'node:http';
3
4
+// eslint-disable-next-line import/no-unresolved
5
import ghauth from 'ghauth';
6
7
import { clearCachedConfig, encryptValue, getMergedConfig, getNcurcPath } from './config.js';
0 commit comments