add implicit link plugin #605
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L1
Replace `⏎import·StateCore·from·"markdown-it/lib/rules_core/state_core"` with `import·StateCore·from·'markdown-it/lib/rules_core/state_core'`
|
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L5
Replace `·tokens·` with `tokens`
|
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L7
Replace `(tokens[i].type·!==·"inline"·||·!tokens[i].children)·continue;⏎` with `·(tokens[i].type·!==·'inline'·||·!tokens[i].children)·continue;`
|
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L13
Replace `(children.type·===·"text"` with `·(children.type·===·'text'`
|
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L16
Replace `⏎····` with `;`
|
|
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L27
Replace `-` with `·-·`
|
|
Verify Files:
src/transform/plugins/implicit-link/implicit-link.ts#L35
Do not use 'new' for side effects
|
|
Verify Files
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|