Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weseek/textlint-rule-preset-weseek
https://github.com/weseek/textlint-rule-preset-weseek
Last synced: about 2 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T02:04:56.000Z (about 3 years ago)
- Last Synced: 2024-10-04T17:36:37.178Z (4 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 7
- 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.