JSX and TSX support for textlint.
npm i textlint-plugin-jsx
{
"plugins": {
"jsx": true
}
}
{
"plugins": {
"jsx": {
"extensions": [".custom-ext"]
}
}
}
Tomoyuki Hata <[email protected]>
- Website: https://scrapbox.io/hata6502A/
- Twitter: @hata6502
- Github: @hata6502
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Run all tests.
npm test
Update snapshots.
UPDATE_SNAPSHOT=1 npm test
Give a ⭐️ if this project helped you!
Copyright © 2020 Tomoyuki Hata [email protected].
This project is MIT licensed.
Please see DISCLAIMER.md.
This README was generated with ❤️ by readme-md-generator