1
- <h1 align =" center " >Welcome to textlint-plugin-jsx 👋</h1 >
2
- <p >
3
- <img alt =" npm " src =" https://img.shields.io/npm/v/textlint-plugin-jsx " />
4
- <a href =" https://github.com/hata6502/textlint-plugin-jsx/blob/master/LICENSE " target =" _blank " >
5
- <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
6
- </a >
7
- <a href =" https://lgtm.com/projects/g/hata6502/textlint-plugin-jsx/alerts/ " ><img alt =" Total alerts " src =" https://img.shields.io/lgtm/alerts/g/hata6502/textlint-plugin-jsx.svg?logo=lgtm&logoWidth=18 " /></a >
8
- <a href =" https://lgtm.com/projects/g/hata6502/textlint-plugin-jsx/context:javascript " ><img alt =" Language grade: JavaScript " src =" https://img.shields.io/lgtm/grade/javascript/g/hata6502/textlint-plugin-jsx.svg?logo=lgtm&logoWidth=18 " /></a >
9
- <a href =" https://twitter.com/hata6502 " target =" _blank " >
10
- <img alt="Twitter: hata6502" src="https://img.shields.io/twitter/follow/hata6502.svg?style=social" />
11
- </a >
12
- </p >
1
+ # textlint-plugin-jsx
13
2
14
- > JSX and TSX support for textlint.
3
+ JSX and TSX support for textlint.
15
4
16
5
## Install
17
6
@@ -39,22 +28,7 @@ npm i textlint-plugin-jsx
39
28
}
40
29
```
41
30
42
- ## Author
43
-
44
- <p >
45
- <img alt =" Tomoyuki Hata " src =" https://avatars.githubusercontent.com/hata6502 " width =" 48 " />
46
- <
b >Tomoyuki Hata
< ; [email protected] > ; </
b >
47
- </p >
48
-
49
- - Website: https://scrapbox.io/hata6502A/
50
- - Twitter: [ @hata6502 ] ( https://twitter.com/hata6502 )
51
- - Github: [ @hata6502 ] ( https://github.com/hata6502 )
52
-
53
- ## 🤝 Contributing
54
-
55
- Contributions, issues and feature requests are welcome!<br />Feel free to check [ issues page] ( https://github.com/hata6502/textlint-plugin-jsx/issues ) .
56
-
57
- ### Run test
31
+ ## Run test
58
32
59
33
Run all tests.
60
34
@@ -67,20 +41,3 @@ Update snapshots.
67
41
```
68
42
UPDATE_SNAPSHOT=1 npm test
69
43
```
70
-
71
- ## Show your support
72
-
73
- Give a ⭐️ if this project helped you!
74
-
75
- ## 📝 License
76
-
77
- Copyright © 2020
[ Tomoyuki Hata
< [email protected] > ] ( https://github.com/hata6502 ) .<
br />
78
- This project is [ MIT] ( https://github.com/hata6502/textlint-plugin-jsx/blob/master/LICENSE ) licensed.
79
-
80
- ## Disclaimer
81
-
82
- Please see [ DISCLAIMER.md] ( https://github.com/hata6502/textlint-plugin-jsx/blob/master/DISCLAIMER.md ) .
83
-
84
- ---
85
-
86
- _ This README was generated with ❤️ by [ readme-md-generator] ( https://github.com/kefranabg/readme-md-generator ) _
0 commit comments