We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697f215 commit 79825d7Copy full SHA for 79825d7
README.md
@@ -23,15 +23,15 @@ Via `.textlintrc`(Recommended)
23
{
24
"rules": {
25
"@textlint-ja/morpheme-match": {
26
- "dictionaryFilePathList": ["./path/to/dictionary.js"]
+ "dictionaryPathList": ["./path/to/dictionary.js"]
27
}
28
29
30
```
31
32
## Options
33
34
-- `dictionaryFilePathList`: `string[]`
+- `dictionaryPathList`: `string[]`
35
- 辞書ファイルへのファイルパスの配列
36
- 例) `/user/file/to/dict.js`, `~/download/dict.js`, `./path/to/dict.json` などのファイルパス形式に対応しています
37
0 commit comments