Skip to content

Commit 09a1aec

Browse files
committed
復活
1 parent 7fc346e commit 09a1aec

File tree

11 files changed

+5033
-3195
lines changed

11 files changed

+5033
-3195
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
name: Lint Code Base
21
on:
32
push:
4-
pull_request:
5-
branches: [master]
3+
64
jobs:
7-
build:
8-
name: Test Code Base
5+
test:
96
runs-on: ubuntu-latest
107
steps:
11-
- name: Checkout Code
12-
uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
9+
- uses: actions/setup-node@v4
1310
with:
14-
fetch-depth: 0
15-
- name: Setup NodeJS
16-
uses: actions/setup-node@v3
17-
with:
18-
node-version: 16
19-
- name: Install dependencies
20-
run: npm ci
21-
- name: Run test
22-
run: npm test
11+
node-version: 22
12+
13+
- run: npm ci
14+
- run: npm test

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
DISCLAIMER.md
21
dist
32
test/snapshots

.prettierrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
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
132

14-
> JSX and TSX support for textlint.
3+
JSX and TSX support for textlint.
154

165
## Install
176

@@ -39,22 +28,7 @@ npm i textlint-plugin-jsx
3928
}
4029
```
4130

42-
## Author
43-
44-
<p>
45-
<img alt="Tomoyuki Hata" src="https://avatars.githubusercontent.com/hata6502" width="48" />
46-
<b>Tomoyuki Hata &lt;[email protected]&gt;</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
5832

5933
Run all tests.
6034

@@ -67,20 +41,3 @@ Update snapshots.
6741
```
6842
UPDATE_SNAPSHOT=1 npm test
6943
```
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

Comments
 (0)