Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

二重否定をチェックするtextlint rule

License

NotificationsYou must be signed in to change notification settings

textlint-ja/textlint-rule-no-double-negative-ja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

二重否定を検出するtextlintルールです。

✘ それが事件の発端だったといえなくもない。

二重否定: 〜なくもない

✘ 確かにそういった懸念はない事はない。

二重否定: 〜ないことはない

などの二重否定を検出することができます。

二重否定の用法については、<研究論文>二重否定表現「~なくは/もない」「~ないでも/はない」「~ないことは/もない」「~ないものでは/もない」の使い分けを巡ってを参照してください。

Installation

npm install textlint-rule-no-double-negative-ja

Usage

インストール後、.textlintrc以下を追加します。

{"rules":{"no-double-negative-ja"    :true}}

Tests

npm test

参考文献

Contributing

  1. Fork it!
  2. Create your feature branch:git checkout -b my-new-feature
  3. Commit your changes:git commit -am 'Add some feature'
  4. Push to the branch:git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

二重否定をチェックするtextlint rule

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp