Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softwareventures/tslint-rules
Standard tslint rules for Software Ventures Limited
https://github.com/softwareventures/tslint-rules
tslint typescript
Last synced: 3 days ago
JSON representation
Standard tslint rules for Software Ventures Limited
- Host: GitHub
- URL: https://github.com/softwareventures/tslint-rules
- Owner: softwareventures
- License: isc
- Created: 2018-08-18T21:36:10.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T18:00:41.000Z (7 months ago)
- Last Synced: 2024-04-11T03:08:50.198Z (7 months ago)
- Topics: tslint, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@softwareventures/tslint-rules
- Size: 1.32 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tslint-rules
Standard tslint rules for
[Software Ventures Limited](https://softwareventures.co.uk/).**Deprecated**: tslint is
[deprecated](https://blog.palantir.com/tslint-in-2019-1a144c2317a9). Please
migrate to [eslint](https://eslint.org/) and
[eslint-config](https://www.npmjs.com/package/@softwareventures/eslint-config).## Install
```bash
npm install --save-dev @softwareventures/tslint-rules
```or for yarn users:
```bash
yarn add --dev @softwareventures/tslint-rules
```## Usage
To apply this tslint configuration to your project, add this to `tslint.json`:
```json
{
"extends": "@softwareventures/tslint-rules"
}
```