Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weseek/textlint-rule-preset-weseek


https://github.com/weseek/textlint-rule-preset-weseek

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# textlint-rule-preset-weseek

textlint rule preset

## Installation

### npm
```bash
npm install textlint-rule-preset-weseek
```

### yarn
```bash
yarn textlint-rule-preset-weseek
```

## Usage

Via `.textlintrc`

```bash
{
"rules": {
"preset-weseek": true
}
}
```
## Tips
### Visual Studio Code Settings

Just install the extension `vscode-textlint` and you can use textlint in VS code.