Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/croutonn/textlint-rule-preset-ja-tech-loose
https://github.com/croutonn/textlint-rule-preset-ja-tech-loose
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/croutonn/textlint-rule-preset-ja-tech-loose
- Owner: croutonn
- License: mit
- Created: 2020-11-10T12:39:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T15:50:35.000Z (over 3 years ago)
- Last Synced: 2024-11-01T11:47:23.541Z (12 days ago)
- Language: JavaScript
- Size: 745 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @croutonn/text-lint-rule-preset-ja-tech-loose
技術系ブログの記事など、少し緩めの技術文書を書く場合の[textlint](https://textlint.github.io/)ルールプリセットです。
自分用に調整しているため、Fork での使用を推奨します。
## Install
```sh
yarn add -D @croutonn/text-lint-rule-preset-ja-tech-loose
```## Usage
`.textlintrc`
```json
{
"rules": {
"@croutonn/preset-ja-tech-loose": true
}
}
```