https://github.com/softwareventures/tslint-rules
Standard tslint rules for Software Ventures Limited
https://github.com/softwareventures/tslint-rules
tslint typescript
Last synced: 8 months 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-24T00:38:19.000Z (9 months ago)
- Last Synced: 2025-05-24T01:27:31.483Z (9 months ago)
- Topics: tslint, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@softwareventures/tslint-rules
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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"
}
```