textlint-plugin-jsx
v1.2.1
Published
JSX and TSX support for textlint.
Downloads
90,045
Readme
textlint-plugin-jsx
JSX and TSX support for textlint.
Install
npm i textlint-plugin-jsxUsage
{
"plugins": {
"jsx": true
}
}{
"plugins": {
"jsx": {
"extensions": [".custom-ext"]
}
}
}Run test
Run all tests.
npm testUpdate snapshots.
UPDATE_SNAPSHOT=1 npm test