CDN Resources for remark-lint
Various ways to access remark-lint via Content Delivery Networks
Package Installation
npm
npm install remark-lint
yarn
yarn add remark-lint
pnpm
pnpm add remark-lint
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/remark-lint"></script>
Unpkg
<script src="https://unpkg.com/remark-lint"></script>
jsDelivr ESM
<script type="module">
import remarklint from 'https://cdn.jsdelivr.net/npm/remark-lint/+esm';
</script>
Skypack
<script type="module">
import remarklint from 'https://cdn.skypack.dev/remark-lint';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages