tslint-config-standard-sr
Version:
A TSLint config for JavaScript Standard Style
41 lines (25 loc) • 1.28 kB
Markdown
# TSLint Config Standard
- forked by SR so all my projects shared the same rules
[](https://npmjs.org/package/tslint-config-standard-sr)
[](https://npmjs.org/package/tslint-config-standard-sr)
[](https://travis-ci.org/blakeembrey/tslint-config-standard-sr)
> A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for [JavaScript Standard Style](http://standardjs.com/)
## Installation
```sh
npm install tslint-config-standard-sr --save-dev
```
## Usage
In `tslint.json`:
```json
{
"extends": "tslint-config-standard-sr"
}
```
**P.S.** Some TSLint rules require the use of [`--project`](https://palantir.github.io/tslint/usage/cli/#cli-usage) to run.
### Rules
- [TSLint](https://www.npmjs.com/package/tslint)
- [TSLint ESLint Rules](https://www.npmjs.com/package/tslint-eslint-rules)
### Help
Many [**TSLint ESLint Rules**](https://github.com/buzinas/tslint-eslint-rules#rules-copied-from-the-eslint-website) are incomplete and can use your help!
## License
Apache 2.0