https://github.com/blakeembrey/tslint-config-standard
A TSLint config for JavaScript Standard Style
https://github.com/blakeembrey/tslint-config-standard
eslint standardjs tslint typescript
Last synced: about 1 year ago
JSON representation
A TSLint config for JavaScript Standard Style
- Host: GitHub
- URL: https://github.com/blakeembrey/tslint-config-standard
- Owner: blakeembrey
- License: other
- Created: 2016-05-15T05:51:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T02:26:54.000Z (over 4 years ago)
- Last Synced: 2025-04-08T15:14:11.708Z (about 1 year ago)
- Topics: eslint, standardjs, tslint, typescript
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 355
- Watchers: 4
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSLint Config Standard
[](https://npmjs.org/package/tslint-config-standard)
[](https://npmjs.org/package/tslint-config-standard)
[](https://travis-ci.org/blakeembrey/tslint-config-standard)
> 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 --save-dev
```
## Usage
In `tslint.json`:
```json
{
"extends": "tslint-config-standard"
}
```
**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