JSX and TSX support for textlint.
npm install textlint-plugin-jsxJSX and TSX support for textlint.
``sh`
npm i textlint-plugin-jsx
`json`
{
"plugins": {
"jsx": true
}
}
`json`
{
"plugins": {
"jsx": {
"extensions": [".custom-ext"]
}
}
}
Run all tests.
``
npm test
Update snapshots.
```
UPDATE_SNAPSHOT=1 npm test