-
**What version of textlint are you using?**
- node 9.4.0
- textlint 10.1.3
- textlint-plugin-html 0.1.7
- textlint-rule-sentence-length 2.0.0
- sentence-splitter 3.0.6
**What file type (Mark…
-
We recommended that install textlint as local module.
Guideline should be use `-D`?
```
$ npm i -D textlint
$(npm bin)/textlint
```
Because, textlint not have built-in rules. It means that the us…
-
**What did you do? Please include the actual source code causing the issue.**
Check `[results for textlint](https://www.npmjs.com/search?q=textlint)` with the rule.
**What did you expect to happ…
-
https://github.com/textlint/textlint/blob/master/docs/formatter.md
> Pass following array of [TextLintResult](https://github.com/textlint/textlint/blob/master/typings/textlint.d.ts "TextLintResult"…
-
Hi @nodaguti, I've created new organization [textlint-rule](https://github.com/textlint-rule "textlint-rule") to help users to find related rules easily, and I want you to transfer this project to [te…
-
Hello! I'm trying to load terms from a JSON file as described in the README.md.
Here's my `.textlint.rc`, in the root of my npm project:
```json
{
"rules": {
"terminology": {
"ter…
-
``` sh
$ textlint -h
textlint [options] file.md [file.txt] [dir]
Options:
-h, --help Show help.
-c, --config path::String Use configuration from this file or sharable confi…
-
**What version of textlint are you using?**
v10.0.1
**What file type (Markdown, plain text, etc.) are you using?**
**What did you do? Please include the actual source code causing the iss…
-
## Issue
textlint-rule-spellchecker@2.2.0 doesn't recognize "skipWords" option.
I run textlint with this .textlintrc, but got errors with "funciton" and "errror".
```
{
"rules": {
"spell…
yaeda updated
6 years ago
-
## 🆕 Features
### @textlint/ast-node-types: `TxtNode` type interface
`@textlint/ast-node-types` get `TxtNode` type interface #358
It is useful for TypeScript user.
For more details. see
…