An open API service indexing awesome lists of open source software.

https://github.com/kurosame/tslint-config-vue

TSLint config for Vue.js
https://github.com/kurosame/tslint-config-vue

config prettier tslint vue

Last synced: 5 months ago
JSON representation

TSLint config for Vue.js

Awesome Lists containing this project

README

          

# TSLint Config Vue

## Installation

```sh
npm install @kurosame/tslint-config-vue --save-dev
```

## Usage

In tslint.json:

```json
{
"extends": ["@kurosame/tslint-config-vue"]
}
```

## License

MIT