CDN Resources for coffeelint

Quick access to CDN links for the coffeelint package

CDN Resources for coffeelint
Various ways to access coffeelint via Content Delivery Networks

Package Installation

npm
npm install coffeelint
yarn
yarn add coffeelint
pnpm
pnpm add coffeelint

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/coffeelint"></script>
Unpkg
<script src="https://unpkg.com/coffeelint"></script>
jsDelivr ESM
<script type="module">
  import coffeelint from 'https://cdn.jsdelivr.net/npm/coffeelint/+esm';
</script>
Skypack
<script type="module">
  import coffeelint from 'https://cdn.skypack.dev/coffeelint';
</script>