Skip to content

技術ブログとかやるときに日本語lintする設定

Notifications You must be signed in to change notification settings

kei-s16/techblog-linter-settings

Repository files navigation

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ディレクトリ}

About

技術ブログとかやるときに日本語lintする設定

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages