junebug12851/pokered-save-editor

View on GitHub
src/app/data/savefile-expanded/sections/Area/AreaPuzzle.ts

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

if statements must be braced
Open

if (saveFile !== undefined)
this.load(saveFile as SaveFileService);

Type number trivially inferred from a number literal, remove type annotation
Open

public firstTrashcanLock: number = 0;

Type number trivially inferred from a number literal, remove type annotation
Open

public secondTrashcanLock: number = 0;

Type number trivially inferred from a number literal, remove type annotation
Open

public oppAfterWrongAnsw: number = 0;
Category
Status