https://github.com/okitan/danger-plugin-textlint
Danger plugin for textlint
https://github.com/okitan/danger-plugin-textlint
Last synced: 12 days ago
JSON representation
Danger plugin for textlint
- Host: GitHub
- URL: https://github.com/okitan/danger-plugin-textlint
- Owner: okitan
- Created: 2018-05-15T13:00:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T00:43:20.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T05:37:22.036Z (6 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-danger - danger-plugin-textlint - Danger plugin for textlint. (Plugins / TypeScript (danger-js))
README
# danger-plugin-textlint
Danger Plugin for texlint in node.js## Usage
```node
// dangerfile.js
import textlint from 'danger-plugin-textlint'textlint()
```## ToDos
- options of textlint (inlineComment, severityMap, etc...)