https://github.com/weseek/textlint-rule-preset-weseek
https://github.com/weseek/textlint-rule-preset-weseek
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weseek/textlint-rule-preset-weseek
- Owner: weseek
- License: mit
- Created: 2021-08-06T04:39:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T02:04:56.000Z (over 3 years ago)
- Last Synced: 2025-03-10T03:09:33.527Z (4 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 SettingsJust install the extension `vscode-textlint` and you can use textlint in VS code.