Skip to content

Rule of textlint to fix typos which I often do and not detected spell checkers

License

Notifications You must be signed in to change notification settings

shotaizu/textlint-rule-fix-my-typos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-rule-fix-my-typos

Rule of textlint in order to fix my typos I often do and not detected by spell checkers.

Install

Install with npm:

npm install shotaizu/textlint-rule-fix-my-typos

Usage

Via .textlintrc(Recommended)

{
    "rules": {
        "fix-my-typos": true
    }
}

Via CLI

textlint --rule fix-my-typos README.md

Build

Builds source codes for publish to the lib folder. You can write ES2015+ source codes in src/ folder.

npm run build

Tests

Run test code in test folder. Test textlint rule by textlint-tester.

npm test

License

GPL-3.0-or-later © Shota Izumiyama

About

Rule of textlint to fix typos which I often do and not detected spell checkers

Topics

Resources

License

Stars

Watchers

Forks