弱い表現の利用を禁止するtextlintルール
弱い日本語表現の利用を禁止するtextlintルール
などを禁止するルールです。
主張を言い切るような表現を使うことを推奨するためのルールです。
npm install textlint-rule-ja-no-weak-phrase
Via .textlintrc
(Recommended)
{
"rules": {
"ja-no-weak-phrase": true
}
}
Via CLI
textlint --rule ja-no-weak-phrase README.md
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu