CDN Resources for grunt-eslint
Various ways to access grunt-eslint via Content Delivery Networks
Package Installation
npm
npm install grunt-eslint
yarn
yarn add grunt-eslint
pnpm
pnpm add grunt-eslint
CDN 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