Skip to content

azu/textlint-issue-577

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textlint-issue-577

Repo for textlint/textlint#577

Workaround

Empty string match non-extension file.

{
  "plugins": {
    "@textlint/markdown": {
      // "" match non-ext file
      "extensions": [""]
    }
  },
  "filters": {},
  "rules": {
    "write-good": true
  }
}

Test

$ yarn install
$ yarn textlint ./NO_EXT_MARKDOWN_FILE

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  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

Author

License

MIT © azu

Releases

No releases published

Sponsor this project

 

Packages

No packages published