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