mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
interface DifficultySetting {
|
||||
[key: string]: number;
|
||||
}
|
||||
type DifficultySetting = Record<string, number>;
|
||||
|
||||
interface DifficultySettings {
|
||||
Trivial: DifficultySetting;
|
||||
|
||||
@@ -48,7 +48,7 @@ export function Victory(props: IProps): React.ReactElement {
|
||||
quitInfiltration();
|
||||
}
|
||||
|
||||
function changeDropdown(event: SelectChangeEvent<string>): void {
|
||||
function changeDropdown(event: SelectChangeEvent): void {
|
||||
setFaction(event.target.value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user