CDN Resources for eslint-watch

Quick access to CDN links for the eslint-watch package

CDN Resources for eslint-watch
Various ways to access eslint-watch via Content Delivery Networks

Package Installation

npm
npm install eslint-watch
yarn
yarn add eslint-watch
pnpm
pnpm add eslint-watch

CDN Links

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