README
tslint-custom-rules-boilerplate
A template for developing a custom TSLint rule, using unit testing.
After your rule is ready you can compile it using yarn run build, and use the results in the dist folder.
Resources:
A template for developing a custom TSLint rule, using unit testing.
<script type="module">
import hyraiqTslintCustomRules from 'https://cdn.skypack.dev/hyraiq-tslint-custom-rules';
</script>
A template for developing a custom TSLint rule, using unit testing.
After your rule is ready you can compile it using yarn run build, and use the results in the dist folder.
Resources: