CDN Resources for grunt-jscs
Various ways to access grunt-jscs via Content Delivery Networks
Package Installation
npm
npm install grunt-jscsyarn
yarn add grunt-jscspnpm
pnpm add grunt-jscsCDN 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>CDN Provider Resources
Learn more about the CDN services used to deliver these packages