CDN Resources for gulp-jshint

Quick access to CDN links for the gulp-jshint package

CDN Resources for gulp-jshint
Various ways to access gulp-jshint via Content Delivery Networks

Package Installation

npm
npm install gulp-jshint
yarn
yarn add gulp-jshint
pnpm
pnpm add gulp-jshint

CDN Links

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