azu

Results 512 issues of azu

We want to add individual Node type like `Str`, `Code` to `@textlint/ast-node-types` Currently, `@textlint/ast-node-types` has three abustract types: - TxtNode - TxtTextNode - TxtParentNode We need to add `TxtStrNode` etc......

Status: Proposal
Type: Typescript

textlint-rule-no-dead-link is introduced by #442 This rule includes false-positive in principle. Because, this rule depended on server status. We have some options for resolving this issue. - Make `no-dead-link`'s severity...

help wanted
Type: Meta
Type: Discussion

Probably, TIMING=1 does not work on the async rule. We should fix it. https://textlint.github.io/docs/rule.html#rule-performance

Type: Bug

[Snapshot Testing](https://jestjs.io/docs/en/snapshot-testing) is usefful feature. specially, textlint-tester is best match with snapshot testing. ## Illustlation Test Code: ```js const rule = require("../src/textlint-rule-no-invalid-control-character"); tester.run("textlint-rule-no-invalid-control-character", rule, { valid: [ "Ich ♥ Bücher",...

Status: Proposal

[[email protected]](https://github.com/textlint/textlint/releases/tag/textlint%4011.4.0) suport `--parallel` flag as `--experimental`. In next, We need to consider following. - Improve Performance - Stability - Add parallel support to TextlintEngine API - Currently, just did `CLI`...

Status: Proposal

Currently, textlint does not check the actual option. So, the user pass an invalid option and does not show any errors. For example, [textlint-rule-en-capitalization](https://github.com/textlint-rule/textlint-rule-en-capitalization) support folllowing options. ```jsonc { "rules":...

Type: Feature
Status: Proposal

#690 support "module" field. https://cdn.skypack.dev/ throw error on some package. Probably, these packages include `require` function. I think that the reason of error. (Skypack does not convert `require` importing) -...

Type: Typescript

[stylelint](http://stylelint.io/ "stylelint") support reporting custom message that is defined by user. ```js { "color-hex-case": [ "lower", { "message": "Lowercase letters are easier to distinguish from numbers" } ], "indentation": [...

Status: Proposal

Meta issue for typescript-eslint integration. Enable lint for TypeScript code. Separated steps and Separated Tasks. - [ ] Introduce ESLint for TypeScript #684 by @zweimach - [ ] Setup configuration...

help wanted
Type: Typescript

https://github.com/textlint-rule/textlint-rule-no-dead-link/issues/129 Probably, This issue is related with textlint's core.

Type: Bug