mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 15:17:48 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -27,10 +27,10 @@ import { FactionWork } from "../../Work/FactionWork";
|
||||
import { FactionWorkType } from "../../Enums";
|
||||
import { useRerender } from "../../ui/React/hooks";
|
||||
|
||||
type IProps = {
|
||||
interface IProps {
|
||||
faction: Faction;
|
||||
augPage: boolean;
|
||||
};
|
||||
}
|
||||
|
||||
// Info text for all options on the UI
|
||||
const hackingContractsInfo =
|
||||
|
||||
Reference in New Issue
Block a user