azu

Results 479 issues of azu

Refs https://github.com/eslint/eslint/issues/16104 Currently, textlint just throw an error when preProecss(parse) throw an error. https://github.com/textlint/textlint/blob/ae8900485daf2564e738bd14c00e6edc62e2d32e/packages/%40textlint/kernel/src/linter/linter-processor.ts#L43 We want to report an error instead of throwing an error. We should wrap the preprocess()...

Status: Proposal

These types should be exposed from @textlint/types. https://github.com/textlint/textlint/blob/ae8900485daf2564e738bd14c00e6edc62e2d32e/packages/%40textlint/types/src/Plugin/TextlintPluginModule.ts#L12-L13

good first issue
Type: Typescript

Currently, textlint can not load a rule that is ECMAScript Modules(ESM). It means that [textlint-module-loader.ts](https://github.com/textlint/textlint/blob/master/packages/textlint/src/engine/textlint-module-loader.ts) use Dynamic Import instead of `require` to load a rule module. This issue aim to...

Status: Proposal

We need to set OGP image for website

Type: Website

https://turborepo.org/ will make CI speed fast. Similar example https://github.com/secretlint/secretlint/pull/215

Type: Maintenance

We want to support file path to rule file for command line flag and textlinrc. ## Actual(Current) `--rule` support only rule module name. ``` textlint --rule ``` ## Expected ```...

help wanted
Status: Proposal

When I've create a rule and test it. https://github.com/textlint-rule/textlint-rule-no-duplicate-abbr/blob/0e496443352a451d17f04526893ba1c10c60eaf3/src/textlint-rule-no-duplicate-abbr.ts#L4-L12 TypeScript throw an compiler error on textlint-tester. ``` TS2345: Argument of type 'TextlintRuleReporter' is not assignable to parameter of type 'TextlintRuleModule...

Type: Bug
good first issue
Type: Typescript

We have noticed that some browser application use textlint. (But some app use Node.js as backend like Electron) - https://github.com/textlint/playground Browser based - [textlint-app](https://github.com/textlint/textlint-app "textlint-app") Electron based - [postem](https://github.com/azu/postem "postem")...

help wanted
Status: Proposal

From https://github.com/textlint/textlint-scripts/issues/38 ``` --require textlint-scripts/register-ts --require textlint-scripts/register-ts ``` throw error TS7006: Parameter 'obj' implicitly has an 'any' type. We need to detect `.mocharc` file and prevent duplicated register.

Type: Bug
Package: textlint-scripts