Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 992 Bytes

techblog-linter

日本語の文章をlintしてくれるオレオレ設定

必要なもの

共通

nodejs 18系の実行環境が必要です。
asdf-vmを導入していれば、.tool-versionsを見て適切なバージョンをインストールしてくれます。

vim/neovim

LSPの設定と、mattn/efm-langserverが必要です。

vscode

vscode-textlintが必要です。

設定

textlintもろもろのインストール

$ npm ci

(vim/neovimのみ)efm-langserverの設定を置く

~/.config/efm-langserver/config.yaml を自分で定義するか、kei-s16が使っている設定を持ってきてください。

lintの実行

$ npx textlint {対象ファイルorディレクトリ}