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