Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T02:26:54.000Z (about 3 years ago)
- Last Synced: 2024-09-28T11:41:58.113Z (about 2 months ago)
- Topics: eslint, standardjs, tslint, typescript
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 358
- Watchers: 5
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSLint Config Standard
[![NPM version](https://img.shields.io/npm/v/tslint-config-standard.svg?style=flat)](https://npmjs.org/package/tslint-config-standard)
[![NPM downloads](https://img.shields.io/npm/dm/tslint-config-standard.svg?style=flat)](https://npmjs.org/package/tslint-config-standard)
[![Build status](https://img.shields.io/travis/blakeembrey/tslint-config-standard.svg?style=flat)](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