TSLint config based on Airbnb JavaScript Style Guide for The Really Project.
# Install via NPM as one of the `devDependencies`
$ npm install --save-dev @reallyland/tslint-config
{
"extends": [
"@reallyland/tslint-config"
],
}
{
"extends": [
"@reallyland/tslint-config"
],
"rules": {
// No `debugger` in production mode
"no-debugger": true
}
}
MIT License © Rong Sen Ng