junebug12851/pokered-save-editor

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

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

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

public contrast: number = 0;

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

public countPlaytime: boolean = false;

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

public noLetterDelay: boolean = false;

if statements must be braced
Open

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

There are no issues that match your filters.

Category
Status