Package Exports
- @reallyland/tslint-config
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@reallyland/tslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@reallyland/tslint-config
TSLint config for The Really Project
TSLint config based on Airbnb JavaScript Style Guide for The Really Project.
Table of contents
Install
# Install via NPM as one of the `devDependencies`
$ npm install --save-dev @reallyland/tslint-config
Usage
tslint.json
{
"extends": [
"@reallyland/tslint-config"
],
}
[Optional] tslint.prod.json
{
"extends": [
"@reallyland/tslint-config"
],
"rules": {
// No `debugger` in production mode
"no-debugger": true
}
}
Rules
License
MIT License © Rong Sen Ng