Persisting Settings Values #307
Annotations
10 errors and 3 warnings
Lint (18.x):
src/main.ts#L23
`./persistence` import should occur before import of `./scene`
|
Lint (18.x):
src/persistence.ts#L16
Block must not be padded by blank lines
|
Lint (18.x):
src/persistence.ts#L21
Missing space before opening brace
|
Lint (18.x):
src/persistence.ts#L25
Unexpected parentheses around single function argument having a body with no curly braces
|
Lint (18.x):
src/persistence.ts#L28
Missing space before opening brace
|
Lint (18.x):
src/persistence.ts#L31
Expected space(s) after "if"
|
Lint (18.x):
src/persistence.ts#L31
Missing space before opening brace
|
Lint (18.x):
src/persistence.ts#L39
Missing space before opening brace
|
Lint (18.x):
src/persistence.ts#L43
Missing semicolon
|
Lint (18.x):
src/persistence.ts#L47
A space is required after '{'
|
Lint (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint (18.x):
src/main.ts#L263
Do not use 'new' for side effects
|
Build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|