Feature: Copy page selection as Markdown #128
Annotations
10 errors and 11 warnings
build:
src/vendor/turndown.js#L1
Unexpected var, use let or const instead
|
build:
src/vendor/turndown.js#L1
'TurndownService' is assigned a value but never used
|
build:
src/vendor/turndown.js#L2
'use strict' is unnecessary inside of modules
|
build:
src/vendor/turndown.js#L4
Unexpected space before function parentheses
|
build:
src/vendor/turndown.js#L5
All 'var' declarations must be at the top of the function scope
|
build:
src/vendor/turndown.js#L5
Unexpected var, use let or const instead
|
build:
src/vendor/turndown.js#L5
Unary operator '++' used
|
build:
src/vendor/turndown.js#L6
All 'var' declarations must be at the top of the function scope
|
build:
src/vendor/turndown.js#L6
Unexpected var, use let or const instead
|
build:
src/vendor/turndown.js#L6
Use the rest parameters instead of 'arguments'
|
build
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/.
|
build:
src/vendor/turndown.js#L1
Unexpected unnamed function
|
build:
src/vendor/turndown.js#L75
Unexpected unnamed function
|
build:
src/vendor/turndown.js#L86
Unexpected unnamed method 'replacement'
|
build:
src/vendor/turndown.js#L94
Unexpected unnamed method 'replacement'
|
build:
src/vendor/turndown.js#L102
Unexpected unnamed method 'replacement'
|
build:
src/vendor/turndown.js#L119
Unexpected unnamed method 'replacement'
|
build:
src/vendor/turndown.js#L129
Unexpected unnamed method 'replacement'
|
build:
src/vendor/turndown.js#L142
Unexpected unnamed method 'replacement'
|
build:
src/vendor/turndown.js#L161
Unexpected unnamed method 'filter'
|
build:
src/vendor/turndown.js#L170
Unexpected unnamed method 'replacement'
|