Markdown linting errors with recent versions of linting infrastructure.

Description

Recent versions of fluid-lint-all and eslint-config-fluid return errors regarding a few lines in ReleaseNotes.md in main.

 

13:05:41.389:    - ReleaseNotes.md:

13:05:41.389:      (106:-) MD034:no-bare-urls

13:05:41.389:      (151:-) MD034:no-bare-urls

13:05:41.389:      (156:-) MD034:no-bare-urls

Environment

None

Activity

Tony AtkinsNovember 9, 2023 at 12:18 PM

In testing locally I fixed the first two simply by removing the space between the opening parenthesis and the URL.

Doing the same for the third results in a line-length error, which can be fixed by adding a return before the opening square brace instead.

Details

Assignee

Reporter

Priority

Created November 9, 2023 at 12:16 PM
Updated November 9, 2023 at 12:18 PM