textlint-plugin-jsx
v1.2.0
Published
JSX and TSX support for textlint.
Downloads
52,746
Readme
JSX and TSX support for textlint.
Install
npm i textlint-plugin-jsx
Usage
{
"plugins": {
"jsx": true
}
}
{
"plugins": {
"jsx": {
"extensions": [".custom-ext"]
}
}
}
Author
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Run test
Run all tests.
npm test
Update snapshots.
UPDATE_SNAPSHOT=1 npm test
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Tomoyuki Hata [email protected]. This project is MIT licensed.
Disclaimer
Please see DISCLAIMER.md.
This README was generated with ❤️ by readme-md-generator