Persisting Settings Values #306
Annotations
10 errors and 2 warnings
Lint:
src/main.ts#L23
`./persistence` import should occur before import of `./scene`
|
Lint:
src/persistence.ts#L4
Block must not be padded by blank lines
|
Lint:
src/persistence.ts#L4
Missing space before opening brace
|
Lint:
src/persistence.ts#L9
Missing space before opening brace
|
Lint:
src/persistence.ts#L11
Missing radix parameter
|
Lint:
src/persistence.ts#L12
Trailing spaces not allowed
|
Lint:
src/persistence.ts#L14
Missing space before opening brace
|
Lint:
src/persistence.ts#L19
Opening curly brace does not appear on the same line as controlling statement
|
Lint:
src/persistence.ts#L19
Statement inside of curly braces should be on next line
|
Lint:
src/persistence.ts#L19
Missing semicolon
|
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:
src/main.ts#L263
Do not use 'new' for side effects
|
Loading