https://github.com/textlint-rule/textlint-filter-rule-urls
textlint filter rule that ignore reported errors at URLs.
https://github.com/textlint-rule/textlint-filter-rule-urls
filter rule textlint
Last synced: 10 months ago
JSON representation
textlint filter rule that ignore reported errors at URLs.
- Host: GitHub
- URL: https://github.com/textlint-rule/textlint-filter-rule-urls
- Owner: textlint-rule
- License: mit
- Created: 2020-12-09T12:12:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T01:41:23.000Z (about 3 years ago)
- Last Synced: 2025-02-09T08:17:37.697Z (10 months ago)
- Topics: filter, rule, textlint
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/textlint-filter-rule-urls
- Size: 87.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Welcome to textlint-filter-rule-urls 👋
> textlint filter rule that ignore reported errors at URLs.
## Install
```sh
yarn add textlint-filter-rule-urls
```
## Usage
```json
{
"filters": {
"urls": true
}
}
```
## Author
Tomoyuki Hata <hato6502@gmail.com>
- Twitter: [@hata6502](https://twitter.com/hata6502)
- Github: [@hata6502](https://github.com/hata6502)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/textlint-rule/textlint-filter-rule-urls/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Tomoyuki Hata ](https://github.com/hata6502).
This project is [MIT](https://github.com/textlint-rule/textlint-filter-rule-urls/blob/master/LICENSE) licensed.
## Disclaimer
Please see [DISCLAIMER.md](https://github.com/textlint-rule/textlint-filter-rule-urls/blob/master/DISCLAIMER.md).
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_