https://github.com/eggjs/tslint-config-egg
tslint config for egg
https://github.com/eggjs/tslint-config-egg
codestyle egg tslint typescript
Last synced: 18 days ago
JSON representation
tslint config for egg
- Host: GitHub
- URL: https://github.com/eggjs/tslint-config-egg
- Owner: eggjs
- License: mit
- Created: 2018-10-05T09:26:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T06:56:56.000Z (over 7 years ago)
- Last Synced: 2025-09-10T20:51:21.414Z (5 months ago)
- Topics: codestyle, egg, tslint, typescript
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 9
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# tslint-config-egg
Typescript Style Guide for Egg.
## Install
```bash
npm i tslint tslint-config-egg --save-dev
```
## Usage
- `package.json`
```json
{
"devDependencies": {
"tslint-config-egg": "1",
"tslint": "5"
}
}
```
- `tslint.json`
```js
{
"extends": "tslint-config-egg"
}
```