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