mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
CODEBASE: Expand lint rules, and Aliases are stored as maps (#501)
This commit is contained in:
@@ -52,7 +52,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
|
||||
const tutorialScriptName = `n00dles.js`;
|
||||
|
||||
const contents: { [number: string]: IContent | undefined } = {
|
||||
const contents: Record<string, IContent | undefined> = {
|
||||
[iTutorialSteps.Start as number]: {
|
||||
content: (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user