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