This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
refactor: move to typescript, optimize code structure #13
Annotations
10 errors and 1 warning
Lint:
docs/public/cw.js#L1
Unexpected var, use let or const instead
|
Lint:
docs/public/cw.js#L1
Unexpected var, use let or const instead
|
Lint:
docs/public/cw.js#L1
Split 'var' declarations into multiple statements
|
Lint:
docs/public/cw.js#L1
Unexpected var, use let or const instead
|
Lint:
docs/public/cw.js#L1
Unexpected console statement
|
Lint:
docs/public/cw.js#L1
'ft' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
docs/public/cw.js#L1
'ft' is assigned a value but never used
|
Lint:
docs/public/cw.js#L1
'st' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
docs/public/cw.js#L1
'st' is assigned a value but never used
|
Lint:
docs/public/cw.js#L1
Expected an assignment or function call and instead saw an expression
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading