We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7afdd6 commit 3097d8fCopy full SHA for 3097d8f
.eslintrc.json
@@ -54,7 +54,9 @@
54
"sublings_only": true
55
}
56
57
- ]
+ ],
58
+ "require-await": "off",
59
+ "@typescript-eslint/require-await": "error"
60
},
61
"ignorePatterns": ["out", "dist", "**/*.d.ts"]
62
src/remote.ts
@@ -841,7 +841,7 @@ export class Remote {
841
`${sshPid}.json`,
842
);
843
844
- const updateStatus = async (network: {
+ const updateStatus = (network: {
845
p2p: boolean;
846
latency: number;
847
preferred_derp: string;
0 commit comments