UNPKG

tslint-config-standard-sr

Version:
41 lines (25 loc) 1.28 kB
# TSLint Config Standard - forked by SR so all my projects shared the same rules [![NPM version](https://img.shields.io/npm/v/tslint-config-standard-sr.svg?style=flat)](https://npmjs.org/package/tslint-config-standard-sr) [![NPM downloads](https://img.shields.io/npm/dm/tslint-config-standard-sr.svg?style=flat)](https://npmjs.org/package/tslint-config-standard-sr) [![Build status](https://img.shields.io/travis/blakeembrey/tslint-config-standard-sr.svg?style=flat)](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