CDN Resources for grunt-jscs

Quick access to CDN links for the grunt-jscs package

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

Package Installation

npm
npm install grunt-jscs
yarn
yarn add grunt-jscs
pnpm
pnpm add grunt-jscs

CDN Links

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