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