-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use multiline eslint ignores where needed
- Loading branch information
1 parent
7c9f1a0
commit 6c00951
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* eslint-disable @typescript-eslint/naming-convention */ | ||
import type { Config } from "@http-client"; | ||
import type { PeerManager, RadiclePeer } from "./peerManager.js"; | ||
import type * as Stream from "node:stream"; | ||
|
@@ -610,6 +609,7 @@ export const markdownUrl = `/nodes/127.0.0.1/${markdownRid}`; | |
export const shortNodeRemote = "z6MktU…1xB22S"; | ||
export const defaultHttpdPort = 8081; | ||
export const gitOptions = { | ||
/* eslint-disable @typescript-eslint/naming-convention */ | ||
alice: { | ||
GIT_AUTHOR_NAME: "Alice Liddell", | ||
GIT_AUTHOR_EMAIL: "[email protected]", | ||
|
@@ -626,6 +626,7 @@ export const gitOptions = { | |
GIT_COMMITTER_EMAIL: "[email protected]", | ||
GIT_COMMITTER_DATE: "1671627600", | ||
}, | ||
/* eslint-enable @typescript-eslint/naming-convention */ | ||
}; | ||
export const defaultConfig: Config = { | ||
publicExplorer: "https://app.radicle.xyz/nodes/$host/$rid$path", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters