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