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.