CDN Resources for lint-staged

Quick access to CDN links for the lint-staged package

CDN Resources for lint-staged
Various ways to access lint-staged via Content Delivery Networks

Package Installation

npm
npm install lint-staged
yarn
yarn add lint-staged
pnpm
pnpm add lint-staged

CDN Links

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