Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 2.24 KB

README.md

File metadata and controls

86 lines (62 loc) · 2.24 KB

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 <[email protected]>

🤝 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