-
[@textlint/config-loader](https://github.com/textlint/textlint/tree/master/packages/%40textlint/config-loader) is the only one that treat tetlintrc.
We can improve validation on loading textlintrc.…
-
#4 #11 で対応した。
## Rules
- [ ] 全角スペース除去
- [x] 英単語の前後に半角スペースを挿入
- [ ] `hugo` > `Hugo`
- [ ] 読点・句読点の統一
## Links
### textlint
- [Collection of textlint rule · textlint/textlint Wiki](http…
-
If .textlintrc has a [morpheme-match](https://github.com/textlint-ja/textlint-rule-morpheme-match) "dictionaryPathList" set, it will continue to show relative paths even when built with script-compile…
-
As background, I am trying to provide a mechanism to bundle multiple rule presets into one Chrome extension and let users choose which one they want to use.
I tried to implement this using merge-co…
-
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…
-
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
```
tex…
-
I don't have a global NPM installation, so on the command line I run `textlint` like this:
```
textlint --config ~/.textlintrc --rulesdir /nix/store/qrd01jqgkxh681h5w98a4hz7jxi0kzhm-node-textlint-…
-
https://github.com/textlint/textlint
TextLintEngine デフォルトで カレントの .textlintrc が読み込まれる
```js
function lint_text({ fp }, callback) {
const engine = new TextLintEngine();
engine.executeOnFile…
-
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…
-
Meta issue for typescript-eslint integration.
Enable lint for TypeScript code.
Separated steps and Separated Tasks.
- [ ] Introduce ESLint for TypeScript #684 by @zweimach
- [ ] Setup confi…