Replace skypack w/ esm.sh

This commit is contained in:
Titus Wormer 2022-04-02 12:01:56 +02:00
parent a9ef2082fe
commit a3f5b01c6d
No known key found for this signature in database
GPG Key ID: E6E581152ED04E2E
73 changed files with 383 additions and 383 deletions

View File

@ -58,17 +58,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-blockquote-indentation
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintBlockquoteIndentation from 'https://cdn.skypack.dev/remark-lint-blockquote-indentation@3?dts'
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintBlockquoteIndentation from 'https://cdn.skypack.dev/remark-lint-blockquote-indentation@3?min'
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@3?bundle'
</script>
```
@ -269,7 +269,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-checkbox-character-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintCheckboxCharacterStyle from 'https://cdn.skypack.dev/remark-lint-checkbox-character-style@4?dts'
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintCheckboxCharacterStyle from 'https://cdn.skypack.dev/remark-lint-checkbox-character-style@4?min'
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@4?bundle'
</script>
```
@ -321,7 +321,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -53,17 +53,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-checkbox-content-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintCheckboxContentIndent from 'https://cdn.skypack.dev/remark-lint-checkbox-content-indent@4?dts'
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintCheckboxContentIndent from 'https://cdn.skypack.dev/remark-lint-checkbox-content-indent@4?min'
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@4?bundle'
</script>
```
@ -240,7 +240,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-code-block-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintCodeBlockStyle from 'https://cdn.skypack.dev/remark-lint-code-block-style@3?dts'
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintCodeBlockStyle from 'https://cdn.skypack.dev/remark-lint-code-block-style@3?min'
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@3?bundle'
</script>
```
@ -333,7 +333,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-definition-case
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintDefinitionCase from 'https://cdn.skypack.dev/remark-lint-definition-case@3?dts'
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintDefinitionCase from 'https://cdn.skypack.dev/remark-lint-definition-case@3?min'
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@3?bundle'
</script>
```
@ -215,7 +215,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-definition-spacing
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintDefinitionSpacing from 'https://cdn.skypack.dev/remark-lint-definition-spacing@3?dts'
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintDefinitionSpacing from 'https://cdn.skypack.dev/remark-lint-definition-spacing@3?min'
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@3?bundle'
</script>
```
@ -219,7 +219,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-emphasis-marker
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintEmphasisMarker from 'https://cdn.skypack.dev/remark-lint-emphasis-marker@3?dts'
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintEmphasisMarker from 'https://cdn.skypack.dev/remark-lint-emphasis-marker@3?min'
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@3?bundle'
</script>
```
@ -294,7 +294,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-fenced-code-flag
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintFencedCodeFlag from 'https://cdn.skypack.dev/remark-lint-fenced-code-flag@3?dts'
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFencedCodeFlag from 'https://cdn.skypack.dev/remark-lint-fenced-code-flag@3?min'
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@3?bundle'
</script>
```
@ -311,7 +311,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-fenced-code-marker
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintFencedCodeMarker from 'https://cdn.skypack.dev/remark-lint-fenced-code-marker@3?dts'
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFencedCodeMarker from 'https://cdn.skypack.dev/remark-lint-fenced-code-marker@3?min'
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@3?bundle'
</script>
```
@ -307,7 +307,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-file-extension
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintFileExtension from 'https://cdn.skypack.dev/remark-lint-file-extension@2?dts'
import remarkLintFileExtension from 'https://esm.sh/remark-lint-file-extension@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFileExtension from 'https://cdn.skypack.dev/remark-lint-file-extension@2?min'
import remarkLintFileExtension from 'https://esm.sh/remark-lint-file-extension@2?bundle'
</script>
```
@ -222,7 +222,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-final-definition
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintFinalDefinition from 'https://cdn.skypack.dev/remark-lint-final-definition@3?dts'
import remarkLintFinalDefinition from 'https://esm.sh/remark-lint-final-definition@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFinalDefinition from 'https://cdn.skypack.dev/remark-lint-final-definition@3?min'
import remarkLintFinalDefinition from 'https://esm.sh/remark-lint-final-definition@3?bundle'
</script>
```
@ -239,7 +239,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-final-newline
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintFinalNewline from 'https://cdn.skypack.dev/remark-lint-final-newline@2?dts'
import remarkLintFinalNewline from 'https://esm.sh/remark-lint-final-newline@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFinalNewline from 'https://cdn.skypack.dev/remark-lint-final-newline@2?min'
import remarkLintFinalNewline from 'https://esm.sh/remark-lint-final-newline@2?bundle'
</script>
```
@ -223,7 +223,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -50,17 +50,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-first-heading-level
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintFirstHeadingLevel from 'https://cdn.skypack.dev/remark-lint-first-heading-level@3?dts'
import remarkLintFirstHeadingLevel from 'https://esm.sh/remark-lint-first-heading-level@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintFirstHeadingLevel from 'https://cdn.skypack.dev/remark-lint-first-heading-level@3?min'
import remarkLintFirstHeadingLevel from 'https://esm.sh/remark-lint-first-heading-level@3?bundle'
</script>
```
@ -328,7 +328,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-hard-break-spaces
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintHardBreakSpaces from 'https://cdn.skypack.dev/remark-lint-hard-break-spaces@3?dts'
import remarkLintHardBreakSpaces from 'https://esm.sh/remark-lint-hard-break-spaces@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintHardBreakSpaces from 'https://cdn.skypack.dev/remark-lint-hard-break-spaces@3?min'
import remarkLintHardBreakSpaces from 'https://esm.sh/remark-lint-hard-break-spaces@3?bundle'
</script>
```
@ -222,7 +222,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-heading-increment
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintHeadingIncrement from 'https://cdn.skypack.dev/remark-lint-heading-increment@3?dts'
import remarkLintHeadingIncrement from 'https://esm.sh/remark-lint-heading-increment@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintHeadingIncrement from 'https://cdn.skypack.dev/remark-lint-heading-increment@3?min'
import remarkLintHeadingIncrement from 'https://esm.sh/remark-lint-heading-increment@3?bundle'
</script>
```
@ -223,7 +223,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-heading-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintHeadingStyle from 'https://cdn.skypack.dev/remark-lint-heading-style@3?dts'
import remarkLintHeadingStyle from 'https://esm.sh/remark-lint-heading-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintHeadingStyle from 'https://cdn.skypack.dev/remark-lint-heading-style@3?min'
import remarkLintHeadingStyle from 'https://esm.sh/remark-lint-heading-style@3?bundle'
</script>
```
@ -317,7 +317,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-linebreak-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintLinebreakStyle from 'https://cdn.skypack.dev/remark-lint-linebreak-style@3?dts'
import remarkLintLinebreakStyle from 'https://esm.sh/remark-lint-linebreak-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintLinebreakStyle from 'https://cdn.skypack.dev/remark-lint-linebreak-style@3?min'
import remarkLintLinebreakStyle from 'https://esm.sh/remark-lint-linebreak-style@3?bundle'
</script>
```
@ -263,7 +263,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-link-title-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintLinkTitleStyle from 'https://cdn.skypack.dev/remark-lint-link-title-style@3?dts'
import remarkLintLinkTitleStyle from 'https://esm.sh/remark-lint-link-title-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintLinkTitleStyle from 'https://cdn.skypack.dev/remark-lint-link-title-style@3?min'
import remarkLintLinkTitleStyle from 'https://esm.sh/remark-lint-link-title-style@3?bundle'
</script>
```
@ -344,7 +344,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-list-item-bullet-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintListItemBulletIndent from 'https://cdn.skypack.dev/remark-lint-list-item-bullet-indent@4?dts'
import remarkLintListItemBulletIndent from 'https://esm.sh/remark-lint-list-item-bullet-indent@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintListItemBulletIndent from 'https://cdn.skypack.dev/remark-lint-list-item-bullet-indent@4?min'
import remarkLintListItemBulletIndent from 'https://esm.sh/remark-lint-list-item-bullet-indent@4?bundle'
</script>
```
@ -239,7 +239,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-list-item-content-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintListItemContentIndent from 'https://cdn.skypack.dev/remark-lint-list-item-content-indent@3?dts'
import remarkLintListItemContentIndent from 'https://esm.sh/remark-lint-list-item-content-indent@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintListItemContentIndent from 'https://cdn.skypack.dev/remark-lint-list-item-content-indent@3?min'
import remarkLintListItemContentIndent from 'https://esm.sh/remark-lint-list-item-content-indent@3?bundle'
</script>
```
@ -229,7 +229,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -58,17 +58,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-list-item-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintListItemIndent from 'https://cdn.skypack.dev/remark-lint-list-item-indent@3?dts'
import remarkLintListItemIndent from 'https://esm.sh/remark-lint-list-item-indent@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintListItemIndent from 'https://cdn.skypack.dev/remark-lint-list-item-indent@3?min'
import remarkLintListItemIndent from 'https://esm.sh/remark-lint-list-item-indent@3?bundle'
</script>
```
@ -379,7 +379,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-list-item-spacing
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintListItemSpacing from 'https://cdn.skypack.dev/remark-lint-list-item-spacing@4?dts'
import remarkLintListItemSpacing from 'https://esm.sh/remark-lint-list-item-spacing@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintListItemSpacing from 'https://cdn.skypack.dev/remark-lint-list-item-spacing@4?min'
import remarkLintListItemSpacing from 'https://esm.sh/remark-lint-list-item-spacing@4?bundle'
</script>
```
@ -324,7 +324,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-maximum-heading-length
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintMaximumHeadingLength from 'https://cdn.skypack.dev/remark-lint-maximum-heading-length@3?dts'
import remarkLintMaximumHeadingLength from 'https://esm.sh/remark-lint-maximum-heading-length@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintMaximumHeadingLength from 'https://cdn.skypack.dev/remark-lint-maximum-heading-length@3?min'
import remarkLintMaximumHeadingLength from 'https://esm.sh/remark-lint-maximum-heading-length@3?bundle'
</script>
```
@ -224,7 +224,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-maximum-line-length
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintMaximumLineLength from 'https://cdn.skypack.dev/remark-lint-maximum-line-length@3?dts'
import remarkLintMaximumLineLength from 'https://esm.sh/remark-lint-maximum-line-length@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintMaximumLineLength from 'https://cdn.skypack.dev/remark-lint-maximum-line-length@3?min'
import remarkLintMaximumLineLength from 'https://esm.sh/remark-lint-maximum-line-length@3?bundle'
</script>
```
@ -312,7 +312,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-blockquote-without-marker
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoBlockquoteWithoutMarker from 'https://cdn.skypack.dev/remark-lint-no-blockquote-without-marker@5?dts'
import remarkLintNoBlockquoteWithoutMarker from 'https://esm.sh/remark-lint-no-blockquote-without-marker@5'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoBlockquoteWithoutMarker from 'https://cdn.skypack.dev/remark-lint-no-blockquote-without-marker@5?min'
import remarkLintNoBlockquoteWithoutMarker from 'https://esm.sh/remark-lint-no-blockquote-without-marker@5?bundle'
</script>
```
@ -258,7 +258,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-consecutive-blank-lines
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoConsecutiveBlankLines from 'https://cdn.skypack.dev/remark-lint-no-consecutive-blank-lines@4?dts'
import remarkLintNoConsecutiveBlankLines from 'https://esm.sh/remark-lint-no-consecutive-blank-lines@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoConsecutiveBlankLines from 'https://cdn.skypack.dev/remark-lint-no-consecutive-blank-lines@4?min'
import remarkLintNoConsecutiveBlankLines from 'https://esm.sh/remark-lint-no-consecutive-blank-lines@4?bundle'
</script>
```
@ -237,7 +237,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -50,17 +50,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-duplicate-defined-urls
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoDuplicateDefinedUrls from 'https://cdn.skypack.dev/remark-lint-no-duplicate-defined-urls@2?dts'
import remarkLintNoDuplicateDefinedUrls from 'https://esm.sh/remark-lint-no-duplicate-defined-urls@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoDuplicateDefinedUrls from 'https://cdn.skypack.dev/remark-lint-no-duplicate-defined-urls@2?min'
import remarkLintNoDuplicateDefinedUrls from 'https://esm.sh/remark-lint-no-duplicate-defined-urls@2?bundle'
</script>
```
@ -210,7 +210,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-duplicate-definitions
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoDuplicateDefinitions from 'https://cdn.skypack.dev/remark-lint-no-duplicate-definitions@3?dts'
import remarkLintNoDuplicateDefinitions from 'https://esm.sh/remark-lint-no-duplicate-definitions@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoDuplicateDefinitions from 'https://cdn.skypack.dev/remark-lint-no-duplicate-definitions@3?min'
import remarkLintNoDuplicateDefinitions from 'https://esm.sh/remark-lint-no-duplicate-definitions@3?bundle'
</script>
```
@ -213,7 +213,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -52,17 +52,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-duplicate-headings-in-section
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoDuplicateHeadingsInSection from 'https://cdn.skypack.dev/remark-lint-no-duplicate-headings-in-section@3?dts'
import remarkLintNoDuplicateHeadingsInSection from 'https://esm.sh/remark-lint-no-duplicate-headings-in-section@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoDuplicateHeadingsInSection from 'https://cdn.skypack.dev/remark-lint-no-duplicate-headings-in-section@3?min'
import remarkLintNoDuplicateHeadingsInSection from 'https://esm.sh/remark-lint-no-duplicate-headings-in-section@3?bundle'
</script>
```
@ -250,7 +250,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-duplicate-headings
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoDuplicateHeadings from 'https://cdn.skypack.dev/remark-lint-no-duplicate-headings@3?dts'
import remarkLintNoDuplicateHeadings from 'https://esm.sh/remark-lint-no-duplicate-headings@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoDuplicateHeadings from 'https://cdn.skypack.dev/remark-lint-no-duplicate-headings@3?min'
import remarkLintNoDuplicateHeadings from 'https://esm.sh/remark-lint-no-duplicate-headings@3?bundle'
</script>
```
@ -225,7 +225,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-emphasis-as-heading
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoEmphasisAsHeading from 'https://cdn.skypack.dev/remark-lint-no-emphasis-as-heading@3?dts'
import remarkLintNoEmphasisAsHeading from 'https://esm.sh/remark-lint-no-emphasis-as-heading@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoEmphasisAsHeading from 'https://cdn.skypack.dev/remark-lint-no-emphasis-as-heading@3?min'
import remarkLintNoEmphasisAsHeading from 'https://esm.sh/remark-lint-no-emphasis-as-heading@3?bundle'
</script>
```
@ -224,7 +224,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -50,17 +50,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-empty-url
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoEmptyUrl from 'https://cdn.skypack.dev/remark-lint-no-empty-url@3?dts'
import remarkLintNoEmptyUrl from 'https://esm.sh/remark-lint-no-empty-url@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoEmptyUrl from 'https://cdn.skypack.dev/remark-lint-no-empty-url@3?min'
import remarkLintNoEmptyUrl from 'https://esm.sh/remark-lint-no-empty-url@3?bundle'
</script>
```
@ -214,7 +214,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-file-name-articles
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoFileNameArticles from 'https://cdn.skypack.dev/remark-lint-no-file-name-articles@2?dts'
import remarkLintNoFileNameArticles from 'https://esm.sh/remark-lint-no-file-name-articles@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoFileNameArticles from 'https://cdn.skypack.dev/remark-lint-no-file-name-articles@2?min'
import remarkLintNoFileNameArticles from 'https://esm.sh/remark-lint-no-file-name-articles@2?bundle'
</script>
```
@ -219,7 +219,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-file-name-consecutive-dashes
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoFileNameConsecutiveDashes from 'https://cdn.skypack.dev/remark-lint-no-file-name-consecutive-dashes@2?dts'
import remarkLintNoFileNameConsecutiveDashes from 'https://esm.sh/remark-lint-no-file-name-consecutive-dashes@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoFileNameConsecutiveDashes from 'https://cdn.skypack.dev/remark-lint-no-file-name-consecutive-dashes@2?min'
import remarkLintNoFileNameConsecutiveDashes from 'https://esm.sh/remark-lint-no-file-name-consecutive-dashes@2?bundle'
</script>
```
@ -195,7 +195,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -53,17 +53,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-file-name-irregular-characters
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoFileNameIrregularCharacters from 'https://cdn.skypack.dev/remark-lint-no-file-name-irregular-characters@2?dts'
import remarkLintNoFileNameIrregularCharacters from 'https://esm.sh/remark-lint-no-file-name-irregular-characters@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoFileNameIrregularCharacters from 'https://cdn.skypack.dev/remark-lint-no-file-name-irregular-characters@2?min'
import remarkLintNoFileNameIrregularCharacters from 'https://esm.sh/remark-lint-no-file-name-irregular-characters@2?bundle'
</script>
```
@ -224,7 +224,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-file-name-mixed-case
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoFileNameMixedCase from 'https://cdn.skypack.dev/remark-lint-no-file-name-mixed-case@2?dts'
import remarkLintNoFileNameMixedCase from 'https://esm.sh/remark-lint-no-file-name-mixed-case@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoFileNameMixedCase from 'https://cdn.skypack.dev/remark-lint-no-file-name-mixed-case@2?min'
import remarkLintNoFileNameMixedCase from 'https://esm.sh/remark-lint-no-file-name-mixed-case@2?bundle'
</script>
```
@ -201,7 +201,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-file-name-outer-dashes
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoFileNameOuterDashes from 'https://cdn.skypack.dev/remark-lint-no-file-name-outer-dashes@2?dts'
import remarkLintNoFileNameOuterDashes from 'https://esm.sh/remark-lint-no-file-name-outer-dashes@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoFileNameOuterDashes from 'https://cdn.skypack.dev/remark-lint-no-file-name-outer-dashes@2?min'
import remarkLintNoFileNameOuterDashes from 'https://esm.sh/remark-lint-no-file-name-outer-dashes@2?bundle'
</script>
```
@ -203,7 +203,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-heading-content-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoHeadingContentIndent from 'https://cdn.skypack.dev/remark-lint-no-heading-content-indent@4?dts'
import remarkLintNoHeadingContentIndent from 'https://esm.sh/remark-lint-no-heading-content-indent@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoHeadingContentIndent from 'https://cdn.skypack.dev/remark-lint-no-heading-content-indent@4?min'
import remarkLintNoHeadingContentIndent from 'https://esm.sh/remark-lint-no-heading-content-indent@4?bundle'
</script>
```
@ -253,7 +253,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-heading-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoHeadingIndent from 'https://cdn.skypack.dev/remark-lint-no-heading-indent@4?dts'
import remarkLintNoHeadingIndent from 'https://esm.sh/remark-lint-no-heading-indent@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoHeadingIndent from 'https://cdn.skypack.dev/remark-lint-no-heading-indent@4?min'
import remarkLintNoHeadingIndent from 'https://esm.sh/remark-lint-no-heading-indent@4?bundle'
</script>
```
@ -249,7 +249,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-heading-like-paragraph
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoHeadingLikeParagraph from 'https://cdn.skypack.dev/remark-lint-no-heading-like-paragraph@3?dts'
import remarkLintNoHeadingLikeParagraph from 'https://esm.sh/remark-lint-no-heading-like-paragraph@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoHeadingLikeParagraph from 'https://cdn.skypack.dev/remark-lint-no-heading-like-paragraph@3?min'
import remarkLintNoHeadingLikeParagraph from 'https://esm.sh/remark-lint-no-heading-like-paragraph@3?bundle'
</script>
```
@ -208,7 +208,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -53,17 +53,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-heading-punctuation
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoHeadingPunctuation from 'https://cdn.skypack.dev/remark-lint-no-heading-punctuation@3?dts'
import remarkLintNoHeadingPunctuation from 'https://esm.sh/remark-lint-no-heading-punctuation@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoHeadingPunctuation from 'https://cdn.skypack.dev/remark-lint-no-heading-punctuation@3?min'
import remarkLintNoHeadingPunctuation from 'https://esm.sh/remark-lint-no-heading-punctuation@3?bundle'
</script>
```
@ -238,7 +238,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -49,17 +49,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-html
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoHtml from 'https://cdn.skypack.dev/remark-lint-no-html@3?dts'
import remarkLintNoHtml from 'https://esm.sh/remark-lint-no-html@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoHtml from 'https://cdn.skypack.dev/remark-lint-no-html@3?min'
import remarkLintNoHtml from 'https://esm.sh/remark-lint-no-html@3?bundle'
</script>
```
@ -204,7 +204,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-inline-padding
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoInlinePadding from 'https://cdn.skypack.dev/remark-lint-no-inline-padding@4?dts'
import remarkLintNoInlinePadding from 'https://esm.sh/remark-lint-no-inline-padding@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoInlinePadding from 'https://cdn.skypack.dev/remark-lint-no-inline-padding@4?min'
import remarkLintNoInlinePadding from 'https://esm.sh/remark-lint-no-inline-padding@4?bundle'
</script>
```
@ -210,7 +210,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-literal-urls
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoLiteralUrls from 'https://cdn.skypack.dev/remark-lint-no-literal-urls@3?dts'
import remarkLintNoLiteralUrls from 'https://esm.sh/remark-lint-no-literal-urls@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoLiteralUrls from 'https://cdn.skypack.dev/remark-lint-no-literal-urls@3?min'
import remarkLintNoLiteralUrls from 'https://esm.sh/remark-lint-no-literal-urls@3?bundle'
</script>
```
@ -223,7 +223,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-missing-blank-lines
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoMissingBlankLines from 'https://cdn.skypack.dev/remark-lint-no-missing-blank-lines@3?dts'
import remarkLintNoMissingBlankLines from 'https://esm.sh/remark-lint-no-missing-blank-lines@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoMissingBlankLines from 'https://cdn.skypack.dev/remark-lint-no-missing-blank-lines@3?min'
import remarkLintNoMissingBlankLines from 'https://esm.sh/remark-lint-no-missing-blank-lines@3?bundle'
</script>
```
@ -257,7 +257,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-multiple-toplevel-headings
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoMultipleToplevelHeadings from 'https://cdn.skypack.dev/remark-lint-no-multiple-toplevel-headings@3?dts'
import remarkLintNoMultipleToplevelHeadings from 'https://esm.sh/remark-lint-no-multiple-toplevel-headings@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoMultipleToplevelHeadings from 'https://cdn.skypack.dev/remark-lint-no-multiple-toplevel-headings@3?min'
import remarkLintNoMultipleToplevelHeadings from 'https://esm.sh/remark-lint-no-multiple-toplevel-headings@3?bundle'
</script>
```
@ -224,7 +224,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-paragraph-content-indent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoParagraphContentIndent from 'https://cdn.skypack.dev/remark-lint-no-paragraph-content-indent@4?dts'
import remarkLintNoParagraphContentIndent from 'https://esm.sh/remark-lint-no-paragraph-content-indent@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoParagraphContentIndent from 'https://cdn.skypack.dev/remark-lint-no-paragraph-content-indent@4?min'
import remarkLintNoParagraphContentIndent from 'https://esm.sh/remark-lint-no-paragraph-content-indent@4?bundle'
</script>
```
@ -263,7 +263,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-reference-like-url
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoReferenceLikeUrl from 'https://cdn.skypack.dev/remark-lint-no-reference-like-url@3?dts'
import remarkLintNoReferenceLikeUrl from 'https://esm.sh/remark-lint-no-reference-like-url@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoReferenceLikeUrl from 'https://cdn.skypack.dev/remark-lint-no-reference-like-url@3?min'
import remarkLintNoReferenceLikeUrl from 'https://esm.sh/remark-lint-no-reference-like-url@3?bundle'
</script>
```
@ -216,7 +216,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-shell-dollars
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoShellDollars from 'https://cdn.skypack.dev/remark-lint-no-shell-dollars@3?dts'
import remarkLintNoShellDollars from 'https://esm.sh/remark-lint-no-shell-dollars@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoShellDollars from 'https://cdn.skypack.dev/remark-lint-no-shell-dollars@3?min'
import remarkLintNoShellDollars from 'https://esm.sh/remark-lint-no-shell-dollars@3?bundle'
</script>
```
@ -248,7 +248,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-shortcut-reference-image
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoShortcutReferenceImage from 'https://cdn.skypack.dev/remark-lint-no-shortcut-reference-image@3?dts'
import remarkLintNoShortcutReferenceImage from 'https://esm.sh/remark-lint-no-shortcut-reference-image@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoShortcutReferenceImage from 'https://cdn.skypack.dev/remark-lint-no-shortcut-reference-image@3?min'
import remarkLintNoShortcutReferenceImage from 'https://esm.sh/remark-lint-no-shortcut-reference-image@3?bundle'
</script>
```
@ -221,7 +221,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-shortcut-reference-link
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoShortcutReferenceLink from 'https://cdn.skypack.dev/remark-lint-no-shortcut-reference-link@3?dts'
import remarkLintNoShortcutReferenceLink from 'https://esm.sh/remark-lint-no-shortcut-reference-link@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoShortcutReferenceLink from 'https://cdn.skypack.dev/remark-lint-no-shortcut-reference-link@3?min'
import remarkLintNoShortcutReferenceLink from 'https://esm.sh/remark-lint-no-shortcut-reference-link@3?bundle'
</script>
```
@ -221,7 +221,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-table-indentation
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoTableIndentation from 'https://cdn.skypack.dev/remark-lint-no-table-indentation@4?dts'
import remarkLintNoTableIndentation from 'https://esm.sh/remark-lint-no-table-indentation@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoTableIndentation from 'https://cdn.skypack.dev/remark-lint-no-table-indentation@4?min'
import remarkLintNoTableIndentation from 'https://esm.sh/remark-lint-no-table-indentation@4?bundle'
</script>
```
@ -277,7 +277,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -51,17 +51,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-tabs
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoTabs from 'https://cdn.skypack.dev/remark-lint-no-tabs@3?dts'
import remarkLintNoTabs from 'https://esm.sh/remark-lint-no-tabs@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoTabs from 'https://cdn.skypack.dev/remark-lint-no-tabs@3?min'
import remarkLintNoTabs from 'https://esm.sh/remark-lint-no-tabs@3?bundle'
</script>
```
@ -270,7 +270,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-undefined-references
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoUndefinedReferences from 'https://cdn.skypack.dev/remark-lint-no-undefined-references@4?dts'
import remarkLintNoUndefinedReferences from 'https://esm.sh/remark-lint-no-undefined-references@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoUndefinedReferences from 'https://cdn.skypack.dev/remark-lint-no-undefined-references@4?min'
import remarkLintNoUndefinedReferences from 'https://esm.sh/remark-lint-no-undefined-references@4?bundle'
</script>
```
@ -282,7 +282,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -52,17 +52,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-unneeded-full-reference-image
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoUnneededFullReferenceImage from 'https://cdn.skypack.dev/remark-lint-no-unneeded-full-reference-image@3?dts'
import remarkLintNoUnneededFullReferenceImage from 'https://esm.sh/remark-lint-no-unneeded-full-reference-image@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoUnneededFullReferenceImage from 'https://cdn.skypack.dev/remark-lint-no-unneeded-full-reference-image@3?min'
import remarkLintNoUnneededFullReferenceImage from 'https://esm.sh/remark-lint-no-unneeded-full-reference-image@3?bundle'
</script>
```
@ -224,7 +224,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -52,17 +52,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-unneeded-full-reference-link
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoUnneededFullReferenceLink from 'https://cdn.skypack.dev/remark-lint-no-unneeded-full-reference-link@3?dts'
import remarkLintNoUnneededFullReferenceLink from 'https://esm.sh/remark-lint-no-unneeded-full-reference-link@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoUnneededFullReferenceLink from 'https://cdn.skypack.dev/remark-lint-no-unneeded-full-reference-link@3?min'
import remarkLintNoUnneededFullReferenceLink from 'https://esm.sh/remark-lint-no-unneeded-full-reference-link@3?bundle'
</script>
```
@ -230,7 +230,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -54,17 +54,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-no-unused-definitions
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintNoUnusedDefinitions from 'https://cdn.skypack.dev/remark-lint-no-unused-definitions@3?dts'
import remarkLintNoUnusedDefinitions from 'https://esm.sh/remark-lint-no-unused-definitions@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintNoUnusedDefinitions from 'https://cdn.skypack.dev/remark-lint-no-unused-definitions@3?min'
import remarkLintNoUnusedDefinitions from 'https://esm.sh/remark-lint-no-unused-definitions@3?bundle'
</script>
```
@ -213,7 +213,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-ordered-list-marker-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintOrderedListMarkerStyle from 'https://cdn.skypack.dev/remark-lint-ordered-list-marker-style@3?dts'
import remarkLintOrderedListMarkerStyle from 'https://esm.sh/remark-lint-ordered-list-marker-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintOrderedListMarkerStyle from 'https://cdn.skypack.dev/remark-lint-ordered-list-marker-style@3?min'
import remarkLintOrderedListMarkerStyle from 'https://esm.sh/remark-lint-ordered-list-marker-style@3?bundle'
</script>
```
@ -283,7 +283,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-ordered-list-marker-value
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintOrderedListMarkerValue from 'https://cdn.skypack.dev/remark-lint-ordered-list-marker-value@3?dts'
import remarkLintOrderedListMarkerValue from 'https://esm.sh/remark-lint-ordered-list-marker-value@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintOrderedListMarkerValue from 'https://cdn.skypack.dev/remark-lint-ordered-list-marker-value@3?min'
import remarkLintOrderedListMarkerValue from 'https://esm.sh/remark-lint-ordered-list-marker-value@3?bundle'
</script>
```
@ -374,7 +374,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-rule-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintRuleStyle from 'https://cdn.skypack.dev/remark-lint-rule-style@3?dts'
import remarkLintRuleStyle from 'https://esm.sh/remark-lint-rule-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintRuleStyle from 'https://cdn.skypack.dev/remark-lint-rule-style@3?min'
import remarkLintRuleStyle from 'https://esm.sh/remark-lint-rule-style@3?bundle'
</script>
```
@ -270,7 +270,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -55,17 +55,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-strikethrough-marker
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintStrikethroughMarker from 'https://cdn.skypack.dev/remark-lint-strikethrough-marker@2?dts'
import remarkLintStrikethroughMarker from 'https://esm.sh/remark-lint-strikethrough-marker@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintStrikethroughMarker from 'https://cdn.skypack.dev/remark-lint-strikethrough-marker@2?min'
import remarkLintStrikethroughMarker from 'https://esm.sh/remark-lint-strikethrough-marker@2?bundle'
</script>
```
@ -295,7 +295,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-strong-marker
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintStrongMarker from 'https://cdn.skypack.dev/remark-lint-strong-marker@3?dts'
import remarkLintStrongMarker from 'https://esm.sh/remark-lint-strong-marker@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintStrongMarker from 'https://cdn.skypack.dev/remark-lint-strong-marker@3?min'
import remarkLintStrongMarker from 'https://esm.sh/remark-lint-strong-marker@3?bundle'
</script>
```
@ -285,7 +285,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -58,17 +58,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-table-cell-padding
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintTableCellPadding from 'https://cdn.skypack.dev/remark-lint-table-cell-padding@4?dts'
import remarkLintTableCellPadding from 'https://esm.sh/remark-lint-table-cell-padding@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintTableCellPadding from 'https://cdn.skypack.dev/remark-lint-table-cell-padding@4?min'
import remarkLintTableCellPadding from 'https://esm.sh/remark-lint-table-cell-padding@4?bundle'
</script>
```
@ -452,7 +452,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -57,17 +57,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-table-pipe-alignment
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintTablePipeAlignment from 'https://cdn.skypack.dev/remark-lint-table-pipe-alignment@3?dts'
import remarkLintTablePipeAlignment from 'https://esm.sh/remark-lint-table-pipe-alignment@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintTablePipeAlignment from 'https://cdn.skypack.dev/remark-lint-table-pipe-alignment@3?min'
import remarkLintTablePipeAlignment from 'https://esm.sh/remark-lint-table-pipe-alignment@3?bundle'
</script>
```
@ -239,7 +239,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -59,17 +59,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-table-pipes
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintTablePipes from 'https://cdn.skypack.dev/remark-lint-table-pipes@4?dts'
import remarkLintTablePipes from 'https://esm.sh/remark-lint-table-pipes@4'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintTablePipes from 'https://cdn.skypack.dev/remark-lint-table-pipes@4?min'
import remarkLintTablePipes from 'https://esm.sh/remark-lint-table-pipes@4?bundle'
</script>
```
@ -233,7 +233,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -56,17 +56,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint-unordered-list-marker-style
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLintUnorderedListMarkerStyle from 'https://cdn.skypack.dev/remark-lint-unordered-list-marker-style@3?dts'
import remarkLintUnorderedListMarkerStyle from 'https://esm.sh/remark-lint-unordered-list-marker-style@3'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLintUnorderedListMarkerStyle from 'https://cdn.skypack.dev/remark-lint-unordered-list-marker-style@3?min'
import remarkLintUnorderedListMarkerStyle from 'https://esm.sh/remark-lint-unordered-list-marker-style@3?bundle'
</script>
```
@ -298,7 +298,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -45,17 +45,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-lint
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkLint from 'https://cdn.skypack.dev/remark-lint@9?dts'
import remarkLint from 'https://esm.sh/remark-lint@9'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkLint from 'https://cdn.skypack.dev/remark-lint@9?min'
import remarkLint from 'https://esm.sh/remark-lint@9?build'
</script>
```
@ -163,7 +163,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -63,17 +63,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-preset-lint-consistent
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkPresetLintConsistent from 'https://cdn.skypack.dev/remark-preset-lint-consistent@5?dts'
import remarkPresetLintConsistent from 'https://esm.sh/remark-preset-lint-consistent@5'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkPresetLintConsistent from 'https://cdn.skypack.dev/remark-preset-lint-consistent@5?min'
import remarkPresetLintConsistent from 'https://esm.sh/remark-preset-lint-consistent@5?bundle'
</script>
```
@ -185,7 +185,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -184,17 +184,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-preset-lint-markdown-style-guide
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkPresetLintMarkdownStyleGuide from 'https://cdn.skypack.dev/remark-preset-lint-markdown-style-guide@5?dts'
import remarkPresetLintMarkdownStyleGuide from 'https://esm.sh/remark-preset-lint-markdown-style-guide@5'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkPresetLintMarkdownStyleGuide from 'https://cdn.skypack.dev/remark-preset-lint-markdown-style-guide@5?min'
import remarkPresetLintMarkdownStyleGuide from 'https://esm.sh/remark-preset-lint-markdown-style-guide@5?bundle'
</script>
```
@ -306,7 +306,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -65,17 +65,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install remark-preset-lint-recommended
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import remarkPresetLintRecommended from 'https://cdn.skypack.dev/remark-preset-lint-recommended@6?dts'
import remarkPresetLintRecommended from 'https://esm.sh/remark-preset-lint-recommended@6'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import remarkPresetLintRecommended from 'https://cdn.skypack.dev/remark-preset-lint-recommended@6?min'
import remarkPresetLintRecommended from 'https://esm.sh/remark-preset-lint-recommended@6?bundle'
</script>
```
@ -187,7 +187,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -46,17 +46,17 @@ In Node.js (version 12.20+, 14.14+, or 16.0+), install with [npm][]:
npm install unified-lint-rule
```
In Deno with [Skypack][]:
In Deno with [`esm.sh`][esmsh]:
```js
import {lintRule} from 'https://cdn.skypack.dev/unified-lint-rule@2?dts'
import {lintRule} from 'https://esm.sh/unified-lint-rule@2'
```
In browsers with [Skypack][]:
In browsers with [`esm.sh`][esmsh]:
```html
<script type="module">
import {lintRule} from 'https://cdn.skypack.dev/unified-lint-rule@2?min'
import {lintRule} from 'https://esm.sh/unified-lint-rule@2?bundle'
</script>
```
@ -157,7 +157,7 @@ abide by its terms.
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
[skypack]: https://www.skypack.dev
[esmsh]: https://esm.sh
[npm]: https://docs.npmjs.com/cli/install

View File

@ -348,10 +348,10 @@ presets(root).then((presetObjects) => {
{type: 'text', value: 'In Deno with '},
{
type: 'linkReference',
identifier: 'skypack',
label: 'Skypack',
referenceType: 'collapsed',
children: [{type: 'text', value: 'Skypack'}]
identifier: 'esmsh',
label: 'esmsh',
referenceType: 'full',
children: [{type: 'inlineCode', value: 'esm.sh'}]
},
{type: 'text', value: ':'}
]
@ -362,11 +362,11 @@ presets(root).then((presetObjects) => {
value:
'import ' +
camelcased +
" from 'https://cdn.skypack.dev/" +
" from 'https://esm.sh/" +
name +
'@' +
version +
"?dts'"
"'"
},
{
type: 'paragraph',
@ -374,10 +374,10 @@ presets(root).then((presetObjects) => {
{type: 'text', value: 'In browsers with '},
{
type: 'linkReference',
identifier: 'skypack',
label: 'Skypack',
referenceType: 'collapsed',
children: [{type: 'text', value: 'Skypack'}]
identifier: 'esmsh',
label: 'esmsh',
referenceType: 'full',
children: [{type: 'inlineCode', value: 'esm.sh'}]
},
{type: 'text', value: ':'}
]
@ -388,11 +388,11 @@ presets(root).then((presetObjects) => {
value:
'<script type="module">\n import ' +
camelcased +
" from 'https://cdn.skypack.dev/" +
" from 'https://esm.sh/" +
name +
'@' +
version +
"?min'\n</script>"
"?bundle'\n</script>"
},
{
type: 'heading',
@ -671,8 +671,8 @@ presets(root).then((presetObjects) => {
},
{
type: 'definition',
identifier: 'skypack',
url: 'https://www.skypack.dev'
identifier: 'esmsh',
url: 'https://esm.sh'
},
{
type: 'definition',

View File

@ -393,10 +393,10 @@ presets(root).then((presetObjects) => {
{type: 'text', value: 'In Deno with '},
{
type: 'linkReference',
identifier: 'skypack',
label: 'Skypack',
referenceType: 'collapsed',
children: [{type: 'text', value: 'Skypack'}]
identifier: 'esmsh',
label: 'esmsh',
referenceType: 'full',
children: [{type: 'inlineCode', value: 'esm.sh'}]
},
{type: 'text', value: ':'}
]
@ -407,11 +407,11 @@ presets(root).then((presetObjects) => {
value:
'import ' +
camelcased +
" from 'https://cdn.skypack.dev/" +
" from 'https://esm.sh/" +
basename +
'@' +
version +
"?dts'"
"'"
},
{
type: 'paragraph',
@ -419,10 +419,10 @@ presets(root).then((presetObjects) => {
{type: 'text', value: 'In browsers with '},
{
type: 'linkReference',
identifier: 'skypack',
label: 'Skypack',
referenceType: 'collapsed',
children: [{type: 'text', value: 'Skypack'}]
identifier: 'esmsh',
label: 'esmsh',
referenceType: 'full',
children: [{type: 'inlineCode', value: 'esm.sh'}]
},
{type: 'text', value: ':'}
]
@ -433,11 +433,11 @@ presets(root).then((presetObjects) => {
value:
'<script type="module">\n import ' +
camelcased +
" from 'https://cdn.skypack.dev/" +
" from 'https://esm.sh/" +
basename +
'@' +
version +
"?min'\n</script>"
"?bundle'\n</script>"
},
{
type: 'heading',
@ -897,8 +897,8 @@ presets(root).then((presetObjects) => {
},
{
type: 'definition',
identifier: 'skypack',
url: 'https://www.skypack.dev'
identifier: 'esmsh',
url: 'https://esm.sh'
},
{
type: 'definition',