azu

Results 512 issues of azu

I've created many many rules. But textlint not have core utility library without [textlint-rule-helper](https://github.com/textlint/textlint-rule-helper "textlint-rule-helper"). Now, textlint have been reached baseline. - AST as type interface: [ast-node-types](https://github.com/textlint/textlint/tree/master/packages/%40textlint/ast-node-types "ast-node-types") We can...

Status: Proposal

We have conveted source codes of [@textlint/kernel](https://github.com/textlint/textlint/tree/master/packages/%40textlint/kernel "@textlint/kernel") and [textlint](https://github.com/textlint/textlint/tree/master/packages/textlint "textlint") to TypeScript. But, test codes is still JavaScript. We want to convert to(or add) TypeScript test for it. ##...

good first issue
Type: Typescript
Type: Testing

[dependency-cruiser](https://github.com/sverweij/dependency-cruiser "dependency-cruiser") help to find dependencies issue between modules. In sometimes, import thing from other module by **Relative path** It is bad :crying_cat_face: For example, NG: `@textlint/kernel` import `TxtNode` by...

Type: Maintenance
good first issue

Related #291 TextlintCore#addProcessor signature is strange. We will introduce new API `TextlintCore#setupPlugins` in #292 ```js import YourPlugin from "textlint-plugin-your" textlintCore.setupPlugins({ yourPlugin : YourPlugin }); ``` Make it simple. ### Proposal...

Status: Proposal
Type: Breaking Change

We want to try an rule quickly. Rule owner write usage like following: `````` ## Usage Via `.textlintrc`(Recommended) ```json { "rules": { "rousseau": { "showLevels": ["suggestion", "warning", "error"] } }...

help wanted
Status: Proposal

We want to add real example of _fixable_ rule. ## emoji check rule Use case of **emoji check**. The example check ### linter - Prefer `:EMOJICODE:` to emoji entity(⏪ itself)...

Type: Documentation

## Summary Make textlint preset and config more casual. ## Purpose textlint has three abstruction of collection rules. - Plugin(not recommented that use as preset) - Config - https://github.com/textlint/textlint/blob/master/docs/configuring.md#sharable-configuration -...

Status: Proposal

Currently, use [no-todo](https://github.com/azu/textlint-rule-no-todo) in the README and docs. It is not fixable rule... We want to more reasonable example. ## Requirement - usual case - global (don't specify language) -...

help wanted
Status: Proposal

Current implmenetation prune cache when the following: - Modify `.textlintrc` - Update textlint itself version We should add following case: - Update rule (version)

Type: Bug

Currently, filter rule is not specified from command line. We want to support `--filter` command line option.

Status: Proposal