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