An open API service indexing awesome lists of open source software.

https://github.com/lwdgit/fis3-parser-reactjs

fis3 parser for reactjs
https://github.com/lwdgit/fis3-parser-reactjs

Last synced: 4 months ago
JSON representation

fis3 parser for reactjs

Awesome Lists containing this project

README

        

#fis3-parser-reactjs

> A plugin for fis3 to parse react.js

## Config

```javascript
fis.match('**.jsx', {
parser: 'reactjs',
rExt: 'js'
})
.match('*:jsx', {
parser: 'reactjs'
});

```