@markuplint/jsx-parser
v4.18.0
Published
JSX parser for markuplint
Readme
@markuplint/jsx-parser
Use markuplint with JSX. Possible to use it in React, SolidJS, Remix, Qwik, and more.
Install
$ npm install -D @markuplint/jsx-parser
$ yarn add -D @markuplint/jsx-parserUsage
Add parser option to your configuration.
{
"parser": {
".[jt]sx?$": "@markuplint/jsx-parser"
}
}