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 557828b commit 8b1485cCopy full SHA for 8b1485c
README.md
@@ -20,6 +20,11 @@ Install with [npm](https://www.npmjs.com/):
20
辞書となる[sudachi-synonyms-dictionary](https://github.com/azu/sudachi-synonyms-dictionary)は[peerDependencies](https://npm.github.io/using-pkgs-docs/package-json/types/peerdependencies.html)なので、ルールとは別途インストールする必要があります。
21
ルール間で[sudachi-synonyms-dictionary](https://github.com/azu/sudachi-synonyms-dictionary)を共有した際に、辞書を一意にするためです。
22
23
+> Cannot find module 'sudachi-synonyms-dictionary'
24
+
25
+上記のエラーが出ている場合は`sudachi-synonyms-dictionary`をインストールしてください
26
27
+ npm install sudachi-synonyms-dictionary
28
29
## Usage
30
0 commit comments