textlint-plugin-jsx

1.2.0 • Public • Published

Welcome to textlint-plugin-jsx 👋

npm License: MIT Total alerts Language grade: JavaScript Twitter: hata6502

JSX and TSX support for textlint.

Install

npm i textlint-plugin-jsx

Usage

{
  "plugins": {
    "jsx": true
  }
}
{
  "plugins": {
    "jsx": {
      "extensions": [".custom-ext"]
    }
  }
}

Author

Tomoyuki Hata Tomoyuki Hata <hato6502@gmail.com>

🤝 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 hato6502@gmail.com.
This project is MIT licensed.

Disclaimer

Please see DISCLAIMER.md.


This README was generated with ❤️ by readme-md-generator

Readme

Keywords

Package Sidebar

Install

npm i textlint-plugin-jsx

Weekly Downloads

6,934

Version

1.2.0

License

MIT

Unpacked Size

36.7 kB

Total Files

24

Last publish

Collaborators

  • hata6502