CDN Resources for grunt-coffeelint

Quick access to CDN links for the grunt-coffeelint package

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

Package Installation

npm
npm install grunt-coffeelint
yarn
yarn add grunt-coffeelint
pnpm
pnpm add grunt-coffeelint

CDN Links

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