@essential-projects/tslint-configdeprecated

tslint config for the process-engine

Usage no npm install needed!

<script type="module">
  import essentialProjectsTslintConfig from 'https://cdn.skypack.dev/@essential-projects/tslint-config';
</script>

README

TSLint config for process-engine packages

  • install with npm install --save-dev @essential-projects/tslint-config
  • create a tslint.json in your project with the following content:
{
    "extends": "@essential-projects/tslint-config"
}

This is based on the 5Minds tslint config.