WIP: Make non-GET body canonicalization consistent with pywb #242
Annotations
10 errors and 5 warnings
Run npm run lint:
src/lib/utils.ts#L159
Type string trivially inferred from a string literal, remove type annotation
|
Run npm run lint:
src/lib/utils.ts#L165
Expected indentation of 8 spaces but found 10
|
Run npm run lint:
src/lib/utils.ts#L166
Expected indentation of 8 spaces but found 10
|
Run npm run lint:
src/lib/utils.ts#L167
Expected indentation of 8 spaces but found 10
|
Run npm run lint:
src/lib/utils.ts#L168
Expected indentation of 10 spaces but found 12
|
Run npm run lint:
src/lib/utils.ts#L168
Do not use "@ts-ignore" because it alters compilation errors
|
Run npm run lint:
src/lib/utils.ts#L169
Expected indentation of 10 spaces but found 12
|
Run npm run lint:
src/lib/utils.ts#L170
Expected indentation of 10 spaces but found 12
|
Run npm run lint:
src/lib/utils.ts#L170
Do not use "@ts-ignore" because it alters compilation errors
|
Run npm run lint:
src/lib/utils.ts#L171
Expected indentation of 10 spaces but found 12
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm run lint:
src/commands/args.ts#L20
Unexpected any. Specify a different type
|
Run npm run lint:
src/commands/args.ts#L49
Unexpected any. Specify a different type
|
Run npm run lint:
src/lib/indexer.ts#L149
Unexpected any. Specify a different type
|
Run npm run lint:
src/lib/utils.ts#L20
'btoa' is deprecated. Use `buf.toString('base64')` instead
|
Loading