Skip to content

Latest commit

 

History

History

jsx-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@markuplint/jsx-parser

npm version

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-parser

Usage

Add parser option to your configuration.

{
  "parser": {
    ".[jt]sx?$": "@markuplint/jsx-parser"
  }
}