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