https://github.com/satansdeer/custom-tslint-rule
https://github.com/satansdeer/custom-tslint-rule
tslint tslint-rules tutorial typescript
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satansdeer/custom-tslint-rule
- Owner: satansdeer
- Created: 2018-11-06T23:36:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T00:25:42.000Z (over 3 years ago)
- Last Synced: 2025-02-05T05:28:14.757Z (4 months ago)
- Topics: tslint, tslint-rules, tutorial, typescript
- Language: TypeScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Code For How To Make Custom TSLint Rule Video
[How To Make Custom Tslint Rule](https://youtu.be/rKII9llfens)
## How To Run
Run `npm i` to install dependencies.
Then run `tsc rules/noImportsRule.ts && tslint index.ts`