The base configuration for TSLint, to be included in every TypeScript project.
Install dependencies:
npm install --save-dev @pod-point/tslint-config-podpoint-base
Create an tslint.json
file with the following contents:
{
"extends": "@pod-point/tslint-config-podpoint-base"
}